[PATCH -mmotm] media: video/adp1653.c needs module.h

2011-08-03 Thread Randy Dunlap
From: Randy Dunlap rdun...@xenotime.net adp1653.c uses interfaces that are provided by linux/module.h and needs to include that header file to fix build errors. drivers/media/video/adp1653.c:453: warning: data definition has no type or storage class drivers/media/video/adp1653.c:453: warning:

Re: [PATCH -mmotm] media: video/adp1653.c needs module.h

2011-08-03 Thread Stephen Rothwell
Hi Randy, On Wed, 3 Aug 2011 10:12:26 -0700 Randy Dunlap rdun...@xenotime.net wrote: From: Randy Dunlap rdun...@xenotime.net adp1653.c uses interfaces that are provided by linux/module.h and needs to include that header file to fix build errors. drivers/media/video/adp1653.c:453: