projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bcm63xx: Add board id override fixup.
[openwrt.git]
/
target
/
linux
/
ifxmips
/
files
/
drivers
/
leds
/
leds-ifxmips.c
diff --git
a/target/linux/ifxmips/files/drivers/leds/leds-ifxmips.c
b/target/linux/ifxmips/files/drivers/leds/leds-ifxmips.c
index
86116d6
..
0716f3d
100644
(file)
--- a/
target/linux/ifxmips/files/drivers/leds/leds-ifxmips.c
+++ b/
target/linux/ifxmips/files/drivers/leds/leds-ifxmips.c
@@
-18,6
+18,7
@@
*
*/
*
*/
+#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/version.h>
@@
-31,9
+32,9
@@
#include <linux/leds.h>
#include <linux/delay.h>
#include <linux/leds.h>
#include <linux/delay.h>
-#include <
asm/ifxmips/
ifxmips.h>
-#include <
asm/ifxmips/
ifxmips_gpio.h>
-#include <
asm/ifxmips/
ifxmips_pmu.h>
+#include <ifxmips.h>
+#include <ifxmips_gpio.h>
+#include <ifxmips_pmu.h>
#define DRVNAME "ifxmips_led"
#define DRVNAME "ifxmips_led"
This page took
0.050085 seconds
and
4
git commands to generate.