From: Randy Dunlap Date: Wed, 3 Aug 2011 16:12:26 +0000 (-0300) Subject: [media] [-mmotm] media: video/adp1653.c needs module.h X-Git-Tag: v3.2-rc1~112^2~123 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae11e354b80fabdb57ca09a7ff26a89a79396034;p=pandora-kernel.git [media] [-mmotm] media: video/adp1653.c needs module.h adp1653.c uses interfaces that are provided by and needs to include that header file to fix build errors. and more. Signed-off-by: Randy Dunlap Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/adp1653.c b/drivers/media/video/adp1653.c index d0e8ac1f9cde..2e874c335c13 100644 --- a/drivers/media/video/adp1653.c +++ b/drivers/media/video/adp1653.c @@ -32,6 +32,7 @@ #include #include +#include #include #include #include