1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-13 13:51:06 +02:00

12 lines
261 B
Diff
Raw Normal View History

--- 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
};