Browse Source

fix touchscreen driver build failure

SVN-Revision: 23895
Florian Fainelli 15 years ago
parent
commit
cf313b63bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ep93xx/patches-2.6.36/003-ep93xx_touchscreen.patch

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