aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-08-19 12:49:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-08-19 12:49:42 +0000
commita43817f12e11eca39ec24680b3b6e5e71e86e3a9 (patch)
treee5c69c62bb982cca92e41a23e8642d4b62e8b17f
parent14be67809466ef612e619b7d8b1e8df42b4e075b (diff)
downloadmaster-187ad058-a43817f12e11eca39ec24680b3b6e5e71e86e3a9.tar.gz
master-187ad058-a43817f12e11eca39ec24680b3b6e5e71e86e3a9.tar.bz2
master-187ad058-a43817f12e11eca39ec24680b3b6e5e71e86e3a9.zip
pwm-gpio-custom: fix compile on linux 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22721 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/pwm-gpio-custom/src/pwm-gpio-custom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pwm-gpio-custom/src/pwm-gpio-custom.c b/package/pwm-gpio-custom/src/pwm-gpio-custom.c
index 409bc9582d..3a4d5b754a 100644
--- 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>