ar71xx: merge 3.2 fixes
[openwrt.git] / target / linux / ar71xx / files / drivers / spi / spi-rb4xx-cpld.c
index c0040a3..4e8ce31 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <linux/types.h>
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/device.h>
@@ -21,7 +22,7 @@
 #include <linux/gpio.h>
 #include <linux/slab.h>
 
-#include <asm/mach-ar71xx/rb4xx_cpld.h>
+#include <asm/mach-ath79/rb4xx_cpld.h>
 
 #define DRV_NAME       "spi-rb4xx-cpld"
 #define DRV_DESC       "RB4xx CPLD driver"
This page took 0.025683 seconds and 4 git commands to generate.