| Date: | 2010-08-19 14:49:42 (2 years 9 months ago) |
|---|---|
| Author: | nbd |
| Commit: | 1baaeb8904067d467145fd5394e36b81f4f999c2 |
| Message: | 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 |
| Files: |
package/pwm-gpio-custom/src/pwm-gpio-custom.c (1 diff) |
Change Details
| package/pwm-gpio-custom/src/pwm-gpio-custom.c | ||
|---|---|---|
| 39 | 39 | #include <linux/module.h> |
| 40 | 40 | #include <linux/init.h> |
| 41 | 41 | #include <linux/platform_device.h> |
| 42 | #include <linux/workqueue.h> | |
| 42 | 43 | |
| 43 | 44 | #include <linux/pwm/pwm.h> |
| 44 | 45 | |
