diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-06 14:56:58 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-06 14:56:58 +0000 |
commit | c9a09f81716586a3080159674e97c802d049c45f (patch) | |
tree | 0845ab58f990affdf130401cad28cca9546edb25 /target/linux/ep93xx/patches-2.6.36/003-ep93xx_touchscreen.patch | |
parent | 66e6b2cd420b93a414934ce0583153cef7ad261d (diff) |
[ep93xx] fix touchscreen driver build failure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23895 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ep93xx/patches-2.6.36/003-ep93xx_touchscreen.patch')
-rw-r--r-- | target/linux/ep93xx/patches-2.6.36/003-ep93xx_touchscreen.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ep93xx/patches-2.6.36/003-ep93xx_touchscreen.patch b/target/linux/ep93xx/patches-2.6.36/003-ep93xx_touchscreen.patch index fa8be21483..09cae7aa0c 100644 --- a/target/linux/ep93xx/patches-2.6.36/003-ep93xx_touchscreen.patch +++ b/target/linux/ep93xx/patches-2.6.36/003-ep93xx_touchscreen.patch @@ -516,7 +516,7 @@ + write: ep93xx_ts_write, + poll: ep93xx_ts_poll, + open: ep93xx_ts_open, -+ ioctl: ep93xx_ts_ioctl, ++ unlocked_ioctl: ep93xx_ts_ioctl, + release: ep93xx_ts_release, + fasync: ep93xx_ts_fasync, +}; |