linux_dsm_epyc7002/drivers/media/platform/sti/c8sectpfe
Mauro Carvalho Chehab 53cc7c9043 [media] c8sectpfe: fix pinctrl dependencies
compiling on some archs fail with:

drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c:540:8: error: implicit declaration of function ‘pinctrl_select_state’ [-Werror=implicit-function-declaration]
  ret = pinctrl_select_state(fei->pinctrl, tsin->pstate);

That's due the need of including pinctrl.h header and because
CONFIG_PINCTRL needs to be true.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-08-11 19:19:08 -03:00
..
c8sectpfe-common.c [media] c8sectpfe: Add LDVB helper functions 2015-08-11 16:05:53 -03:00
c8sectpfe-common.h [media] c8sectpfe: Add LDVB helper functions 2015-08-11 16:05:53 -03:00
c8sectpfe-core.c [media] c8sectpfe: fix pinctrl dependencies 2015-08-11 19:19:08 -03:00
c8sectpfe-core.h
c8sectpfe-debugfs.c [media] c8sectpfe: Add c8sectpfe debugfs support 2015-08-11 16:07:22 -03:00
c8sectpfe-debugfs.h [media] c8sectpfe: Add c8sectpfe debugfs support 2015-08-11 16:07:22 -03:00
c8sectpfe-dvb.c [media] c8sectpfe: Add support for various ST NIM cards 2015-08-11 16:06:49 -03:00
c8sectpfe-dvb.h [media] c8sectpfe: Add support for various ST NIM cards 2015-08-11 16:06:49 -03:00
Kconfig [media] c8sectpfe: fix pinctrl dependencies 2015-08-11 19:19:08 -03:00
Makefile [media] c8sectpfe: Add Kconfig and Makefile for the driver 2015-08-11 16:08:29 -03:00