mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:25:20 +02:00
95ef6e1d42
Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26905 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
261 B
Diff
12 lines
261 B
Diff
--- 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
|
|
};
|