aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-11-06 14:56:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-11-06 14:56:58 +0000
commitc842c936476fb06f727a8fd5d9323ab6dac6ada6 (patch)
tree0845ab58f990affdf130401cad28cca9546edb25
parentcd330a000ef2693fdd9167f8d6140b1a3dbd0a5a (diff)
downloadupstream-c842c936476fb06f727a8fd5d9323ab6dac6ada6.tar.gz
upstream-c842c936476fb06f727a8fd5d9323ab6dac6ada6.tar.bz2
upstream-c842c936476fb06f727a8fd5d9323ab6dac6ada6.zip
[ep93xx] fix touchscreen driver build failure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23895 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ep93xx/patches-2.6.36/003-ep93xx_touchscreen.patch2
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,
+};