net: phy: broadcom: include phy.h for brcmphy.h
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 11 Jun 2015 01:07:57 +0000 (18:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2015 06:33:58 +0000 (23:33 -0700)
We utilize inline functions from the PHY library, make sure that we do
include phy.h in brcmphy.h in order for the code including brcmphy.h not
to have to resolve this inclusion dependency.

Fixes: 705314797b8b ("net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.h")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/brcmphy.h

index 656da2a12ffee319f67cb744945f028599e0603c..abb6106f839d82d489ef5659e80247a026df012d 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _LINUX_BRCMPHY_H
 #define _LINUX_BRCMPHY_H
 
+#include <linux/phy.h>
+
 #define PHY_ID_BCM50610                        0x0143bd60
 #define PHY_ID_BCM50610M               0x0143bd70
 #define PHY_ID_BCM5241                 0x0143bc30
This page took 0.024802 seconds and 5 git commands to generate.