Re: [PATCH 2/7] media: meye: allow building it with COMPILE_TEST on non-x86

2018-04-22 Thread Andy Shevchenko
On Fri, Apr 20, 2018 at 8:42 PM, Mauro Carvalho Chehab wrote: > This driver depends on sony-laptop driver, but this is available > only for x86. So, add a stub function, in order to allow building > it on non-x86 too. > --- a/include/linux/sony-laptop.h > +++

[PATCH 2/7] media: meye: allow building it with COMPILE_TEST on non-x86

2018-04-20 Thread Mauro Carvalho Chehab
This driver depends on sony-laptop driver, but this is available only for x86. So, add a stub function, in order to allow building it on non-x86 too. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/pci/meye/Kconfig | 3 ++- include/linux/sony-laptop.h| 4