1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 18:08:55 +03:00

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
This commit is contained in:
nbd 2010-08-19 12:49:42 +00:00
parent 37b9bb7ce2
commit 1baaeb8904

View File

@ -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>