X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fchar%2Fscx200_gpio.c;h=0bc135b9b16fa680d0111aa932eb4cc39ce36ee8;hb=f3b19e7a066b0d5727df016a02d23edefbe75d94;hp=99e5272e3c53e1ef1aa32f0733b1bbf0e9f2487e;hpb=e8a47c10b20ee446e7badd0ec5625d0bdc4216b1;p=pandora-kernel.git diff --git a/drivers/char/scx200_gpio.c b/drivers/char/scx200_gpio.c index 99e5272e3c53..0bc135b9b16f 100644 --- a/drivers/char/scx200_gpio.c +++ b/drivers/char/scx200_gpio.c @@ -67,6 +67,7 @@ static const struct file_operations scx200_gpio_fileops = { .read = nsc_gpio_read, .open = scx200_gpio_open, .release = scx200_gpio_release, + .llseek = no_llseek, }; static struct cdev scx200_gpio_cdev; /* use 1 cdev for all pins */