]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6913376be05b17a31b27e47325c1d728a4c5be65
tree567a769c343271c675e12e9788891e4e0e13d614
parent5353f2351d024058f107c60565e9d9e06ea2483f
net: phy: broadcom: include phy.h for brcmphy.h

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: 8115e7a95988 ("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