[PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular

2017-04-12 Thread Paul Gortmaker
org Cc: de...@driverdev.osuosl.org Signed-off-by: Paul Gortmaker --- .../media/atomisp/platform/clock/vlv2_plat_clock.c | 21 + 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/drivers/staging/media/atomisp/platform/clock/vlv2_plat_clock.c b/drivers/staging/media/atomisp/plat

Re: [PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular

2017-04-14 Thread Paul Gortmaker
[Re: [PATCH] staging/media: make atomisp vlv2_plat_clock explicitly non-modular] On 14/04/2017 (Fri 10:12) Greg Kroah-Hartman wrote: > On Wed, Apr 12, 2017 at 09:57:55PM -0400, Paul Gortmaker wrote: > > The Makefile / Kconfig currently controlling compilation of this code is: >

Re: linux-next: build failure after merge of the moduleh tree

2011-07-30 Thread Paul Gortmaker
[Re: linux-next: build failure after merge of the moduleh tree] On 29/07/2011 (Fri 15:37) Stephen Rothwell wrote: [...] > > Forget that, it was not the correct patch. Instead I have added this > patch for today: > > From: Stephen Rothwell > Date: Fri, 29 Jul 2011 15:34:32 +1000 > Subject: [P

Re: linux-next: build failure after merge of the moduleh tree

2011-07-31 Thread Paul Gortmaker
[linux-next: build failure after merge of the moduleh tree] On 29/07/2011 (Fri 15:25) Stephen Rothwell wrote: > Hi Paul, > > After merging the moduleh tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/media/rc/ir-raw.c: In function 'init_decoders': > drivers/m

[PATCH] drivers/media: fix dependencies in video mt9t001/mt9p031

2011-09-30 Thread Paul Gortmaker
never intended to work without these enabled, so add a dependency on CONFIG_VIDEO_V4L2_SUBDEV_API, which in turn already has a dependency on CONFIG_MEDIA_CONTROLLER. Reported-by: Randy Dunlap Signed-off-by: Paul Gortmaker diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 75

Re: [PATCH] drivers/media: fix dependencies in video mt9t001/mt9p031

2011-10-08 Thread Paul Gortmaker
On Sat, Oct 8, 2011 at 6:52 AM, Mauro Carvalho Chehab wrote: > Em 06-10-2011 00:02, Stephen Rothwell escreveu: >> >> Hi Mauro, >> >> On Fri, 30 Sep 2011 15:38:13 -0700 Randy Dunlap >>  wrote: >>> >>> On 09/30/11 14:34, Paul Gortmaker wro