From: Florian Fainelli Date: Sat, 6 Nov 2010 14:56:58 +0000 (+0000) Subject: fix touchscreen driver build failure X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf313b63bc5fc41180552327fdbc4b7ca97fbb43;p=librecmc%2Flibrecmc.git fix touchscreen driver build failure SVN-Revision: 23895 --- 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, +};