linux_dsm_epyc7002/drivers/media/platform/sti
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
..
bdisp [media] bdisp: fix debug info memory access 2015-07-17 09:53:37 -03:00
c8sectpfe [media] c8sectpfe: fix pinctrl dependencies 2015-08-11 19:19:08 -03:00