projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ag71xx: fix a memory corruption bug that happens if you flood the interface with...
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
gpio
/
nxp_74hc153.c
diff --git
a/target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c
b/target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c
index
b4f1662
..
0c2d30e
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c
+++ b/
target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c
@@
-11,6
+11,7
@@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/gpio.h>
+#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/nxp_74hc153.h>
This page took
0.023327 seconds
and
4
git commands to generate.