projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9136c0
)
pwm-gpio-custom: fix compile on linux 2.6.31
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 19 Aug 2010 12:49:42 +0000
(12:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 19 Aug 2010 12:49:42 +0000
(12:49 +0000)
SVN-Revision: 22721
package/pwm-gpio-custom/src/pwm-gpio-custom.c
patch
|
blob
|
history
diff --git
a/package/pwm-gpio-custom/src/pwm-gpio-custom.c
b/package/pwm-gpio-custom/src/pwm-gpio-custom.c
index 409bc9582d31e75ea38309f3c6e0875c8a93627c..3a4d5b754aaa9213a45bf28dab293029c9118baf 100644
(file)
--- a/
package/pwm-gpio-custom/src/pwm-gpio-custom.c
+++ b/
package/pwm-gpio-custom/src/pwm-gpio-custom.c
@@
-39,6
+39,7
@@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
+#include <linux/workqueue.h>
#include <linux/pwm/pwm.h>