ar71xx: include linux/module.h in the micrel phy driver
authorGabor Juhos <juhosg@openwrt.org>
Sun, 22 Jan 2012 13:51:49 +0000 (13:51 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 22 Jan 2012 13:51:49 +0000 (13:51 +0000)
SVN-Revision: 29848

target/linux/ar71xx/files/drivers/net/phy/micrel.c

index bd563437f4b0dfdbfb77aba4c0c0cd882eae3fb6..1499d4ace40e0184b162f2694df0bfa4ae26e07a 100644 (file)
@@ -10,6 +10,7 @@
  *
  */
 
+#include <linux/module.h>
 #include <linux/delay.h>
 #include <linux/skbuff.h>
 #include <linux/phy.h>