diff options
Diffstat (limited to 'arch/cris/arch-v32/drivers/mach-a3/gpio.c')
| -rw-r--r-- | arch/cris/arch-v32/drivers/mach-a3/gpio.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/arch-v32/drivers/mach-a3/gpio.c b/arch/cris/arch-v32/drivers/mach-a3/gpio.c index 50d1885c479..c845831e222 100644 --- a/arch/cris/arch-v32/drivers/mach-a3/gpio.c +++ b/arch/cris/arch-v32/drivers/mach-a3/gpio.c @@ -894,6 +894,7 @@ static const struct file_operations gpio_fops = {  	.write		= gpio_write,  	.open		= gpio_open,  	.release	= gpio_release, +	.llseek		= noop_llseek,  };  #ifdef CONFIG_ETRAX_VIRTUAL_GPIO  |