From a41f80bca1ea529feec8b02425574ae3f5c8a6ab Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 1 Jul 2011 03:20:13 +0000 Subject: fix the gpio_dev driver: remove existing forward port patches, use unlocked_ioctl on all platforms and fix the arguments to the ioctl handler (based on patch from #9198) SVN-Revision: 27322 --- target/linux/generic/patches-2.6.38/834-gpio_ioctl.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 target/linux/generic/patches-2.6.38/834-gpio_ioctl.patch (limited to 'target/linux/generic/patches-2.6.38') diff --git a/target/linux/generic/patches-2.6.38/834-gpio_ioctl.patch b/target/linux/generic/patches-2.6.38/834-gpio_ioctl.patch deleted file mode 100644 index 3b7063223e..0000000000 --- a/target/linux/generic/patches-2.6.38/834-gpio_ioctl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/char/gpio_dev.c -+++ b/drivers/char/gpio_dev.c -@@ -114,7 +114,7 @@ gpio_close(struct inode * inode, struct - } - - struct file_operations gpio_fops = { -- ioctl: gpio_ioctl, -+ unlocked_ioctl: gpio_ioctl, - open: gpio_open, - release: gpio_close - }; -- cgit v1.2.3