kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches
[openwrt.git] / target / linux / generic / patches-2.6.38 / 834-gpio_ioctl.patch
1 --- a/drivers/char/gpio_dev.c
2 +++ b/drivers/char/gpio_dev.c
3 @@ -114,7 +114,7 @@ gpio_close(struct inode * inode, struct
4 }
5
6 struct file_operations gpio_fops = {
7 - ioctl: gpio_ioctl,
8 + unlocked_ioctl: gpio_ioctl,
9 open: gpio_open,
10 release: gpio_close
11 };
This page took 0.04469 seconds and 5 git commands to generate.