From ae11e354b80fabdb57ca09a7ff26a89a79396034 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 3 Aug 2011 13:12:26 -0300 Subject: [PATCH] [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 --- drivers/media/video/adp1653.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1