summaryrefslogtreecommitdiffstats
path: root/target/linux
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
commitcf313b63bc5fc41180552327fdbc4b7ca97fbb43 (patch)
treec24b505e0cd5393e922d536784cc6996d8fc164b /target/linux
parent12b122f31fda49cca1659805570dd8b90cf8240c (diff)
downloadmaster-31e0f0ae-cf313b63bc5fc41180552327fdbc4b7ca97fbb43.tar.gz
master-31e0f0ae-cf313b63bc5fc41180552327fdbc4b7ca97fbb43.tar.bz2
master-31e0f0ae-cf313b63bc5fc41180552327fdbc4b7ca97fbb43.zip
fix touchscreen driver build failure
SVN-Revision: 23895
Diffstat (limited to 'target/linux')
-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,
+};