ramips: include 'linux/module.h' in the ramips_spi driver
[openwrt.git] / 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>