ar71xx: merge 3.2 fixes
[openwrt.git] / target / linux / ar71xx / files / drivers / leds / leds-rb750.c
index 531ac6b..4046944 100644 (file)
@@ -9,12 +9,13 @@
  *
  */
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/init.h>
 #include <linux/platform_device.h>
 #include <linux/leds.h>
 #include <linux/slab.h>
 
-#include <asm/mach-ar71xx/mach-rb750.h>
+#include <asm/mach-ath79/mach-rb750.h>
 
 #define DRV_NAME       "leds-rb750"