]> git.enpas.org Git - openwrt.git/blob - target/linux/ar71xx/patches-3.2/300-leds-rb750-3.2-fixes.patch
96aa7c50b04f4d7ede70715db2b21f9c2cea012a
[openwrt.git] / target / linux / ar71xx / patches-3.2 / 300-leds-rb750-3.2-fixes.patch
1 --- a/drivers/leds/leds-rb750.c
2 +++ b/drivers/leds/leds-rb750.c
3 @@ -9,12 +9,13 @@
4   *
5   */
6  #include <linux/kernel.h>
7 +#include <linux/module.h>
8  #include <linux/init.h>
9  #include <linux/platform_device.h>
10  #include <linux/leds.h>
11  #include <linux/slab.h>
12  
13 -#include <asm/mach-ar71xx/mach-rb750.h>
14 +#include <asm/mach-ath79/mach-rb750.h>
15  
16  #define DRV_NAME       "leds-rb750"
17