diff options
| -rw-r--r-- | drivers/net/phy/phy_device.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c index 16bebe7a7ce1..7da0e3dd5fe3 100644 --- a/drivers/net/phy/phy_device.c +++ b/drivers/net/phy/phy_device.c | |||
| @@ -38,6 +38,10 @@ | |||
| 38 | #include <asm/irq.h> | 38 | #include <asm/irq.h> |
| 39 | #include <asm/uaccess.h> | 39 | #include <asm/uaccess.h> |
| 40 | 40 | ||
| 41 | MODULE_DESCRIPTION("PHY library"); | ||
| 42 | MODULE_AUTHOR("Andy Fleming"); | ||
| 43 | MODULE_LICENSE("GPL"); | ||
| 44 | |||
| 41 | static struct phy_driver genphy_driver; | 45 | static struct phy_driver genphy_driver; |
| 42 | extern int mdio_bus_init(void); | 46 | extern int mdio_bus_init(void); |
| 43 | extern void mdio_bus_exit(void); | 47 | extern void mdio_bus_exit(void); |
