From 1c6135f7d1b055780895757f0cc4561526a4d698 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 3 Nov 2005 15:52:00 -0800 Subject: [PATCH] [PATCH] ARM: OMAP: 16xx camera compile fix Fix compile error in 16xx camera driver Signed-off-by: Todd Poynor Signed-off-by: Tony Lindgren --- drivers/media/video/omap/camera_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/video/omap/camera_core.c b/drivers/media/video/omap/camera_core.c index 66ccd808579..57e05ee5ec4 100644 --- a/drivers/media/video/omap/camera_core.c +++ b/drivers/media/video/omap/camera_core.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include -- 2.41.1