Skip to content

Commit

Permalink
netdev/phy: Prototype of_mdio_find_bus()
Browse files Browse the repository at this point in the history
Ensure that of_mdio_find_bus() matches the prototype in the header (and
stop sparse complaining) by including the header with the prototype.

Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
broonie authored and davem330 committed Oct 9, 2012
1 parent 50fb47a commit 4085a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/phy/mdio_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/of_device.h>
#include <linux/of_mdio.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
Expand Down

0 comments on commit 4085a7f

Please sign in to comment.