1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 20:22:27 +02:00

[ep93xx] fix touchscreen driver build failure

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23895 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-11-06 14:56:58 +00:00
parent 66e6b2cd42
commit c9a09f8171

View File

@ -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,
+};