diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-08-19 12:49:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-08-19 12:49:42 +0000 |
commit | 63c6fc88b4825092f375b51d86cec77ce01804e9 (patch) | |
tree | 87df9e50b36199fb04a516dfc1be90a1ebb68986 /package/pwm-gpio-custom/src/pwm-gpio-custom.c | |
parent | a9136c0892fa5fa1627c2502d309eeb8cda187f8 (diff) | |
download | mtk-20170518-63c6fc88b4825092f375b51d86cec77ce01804e9.zip mtk-20170518-63c6fc88b4825092f375b51d86cec77ce01804e9.tar.gz mtk-20170518-63c6fc88b4825092f375b51d86cec77ce01804e9.tar.bz2 |
pwm-gpio-custom: fix compile on linux 2.6.31
SVN-Revision: 22721
Diffstat (limited to 'package/pwm-gpio-custom/src/pwm-gpio-custom.c')
-rw-r--r-- | package/pwm-gpio-custom/src/pwm-gpio-custom.c | 1 |
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 409bc95..3a4d5b7 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> |