Re: [PATCH 04/12] exynos-gsc: Make runtime PM callbacks available for CONFIG_PM

2016-11-11 Thread Ulf Hansson
c/gsc-core.c:1183:3: error: implicit >>>> declaration of function 'gsc_runtime_resume' >>drivers/media/platform/exynos-gsc/gsc-core.c: In function 'gsc_suspend': >>>> drivers/media/platform/exynos-gsc/gsc-core.c:1198:3: error: implicit >>>> declaration

Re: [PATCH 04/12] exynos-gsc: Make runtime PM callbacks available for CONFIG_PM

2016-11-11 Thread Ulf Hansson
On 10 November 2016 at 04:44, kbuild test robot wrote: > Hi Ulf, > > [auto build test ERROR on linuxtv-media/master] > [also build test ERROR on v4.9-rc4 next-20161109] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url:

Re: [PATCH 04/12] exynos-gsc: Make runtime PM callbacks available for CONFIG_PM

2016-11-09 Thread kbuild test robot
Hi Ulf, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.9-rc4 next-20161109] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 04/12] exynos-gsc: Make runtime PM callbacks available for CONFIG_PM

2016-11-09 Thread Marek Szyprowski
From: Ulf Hansson There are no need to set up the runtime PM callbacks unless they are being used. It also causes compiler warnings about unused functions. Silence the warnings by making them available for CONFIG_PM. Signed-off-by: Ulf Hansson