mirror of https://github.com/hak5/openwrt.git
parent
d3bb3031c6
commit
6cff1caa68
|
@ -0,0 +1,11 @@
|
||||||
|
--- 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
|
||||||
|
};
|
Loading…
Reference in New Issue