Re: [PATCH v2 10/15] [media] lirc_dev: remove CONFIG_COMPAT precompiler check

2016-07-04 Thread Hans Verkuil
On 07/01/2016 10:01 AM, Andi Shyti wrote: > There is no need to check in precompilation whether the ioctl is > compat or unlocked, depending on the configuration it will be > called the correct one. > > Signed-off-by: Andi Shyti > --- > drivers/media/rc/lirc_dev.c | 2 --

[PATCH v2 10/15] [media] lirc_dev: remove CONFIG_COMPAT precompiler check

2016-07-01 Thread Andi Shyti
There is no need to check in precompilation whether the ioctl is compat or unlocked, depending on the configuration it will be called the correct one. Signed-off-by: Andi Shyti --- drivers/media/rc/lirc_dev.c | 2 -- 1 file changed, 2 deletions(-) diff --git