ramips: include 'linux/module.h' in the ramips_spi driver
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Feb 2012 12:52:13 +0000 (12:52 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Feb 2012 12:52:13 +0000 (12:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30475 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/files/drivers/spi/ramips_spi.c

index b59b6bb..e6a2d8e 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <linux/init.h>
+#include <linux/module.h>
 #include <linux/clk.h>
 #include <linux/err.h>
 #include <linux/delay.h>