From patchwork Tue Nov 2 14:04:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janusz Krzysztofik X-Patchwork-Id: 297542 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oA2E5QIi014514 for ; Tue, 2 Nov 2010 14:05:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753149Ab0KBOFY (ORCPT ); Tue, 2 Nov 2010 10:05:24 -0400 Received: from d1.icnet.pl ([212.160.220.21]:36540 "EHLO d1.icnet.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751977Ab0KBOFX (ORCPT ); Tue, 2 Nov 2010 10:05:23 -0400 Received: from 87-205-12-81.ip.netia.com.pl ([87.205.12.81] helo=vclass.intranet) by d1.icnet.pl with asmtp (TLS-1.0:DHE_RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1PDHUI-0004Fh-6X; Tue, 02 Nov 2010 15:05:22 +0100 From: Janusz Krzysztofik Organization: Tele-Info-System, Poznan, PL To: Tony Lindgren Subject: [PATCH 2.6.37-rc1] OMAP1: camera.h: readd missing include Date: Tue, 2 Nov 2010 15:04:01 +0100 User-Agent: KMail/1.9.10 Cc: "linux-omap@vger.kernel.org" , e3-hacking@earth.li MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201011021504.03168.jkrzyszt@tis.icnet.pl> X-SA-Exim-Scanned: No (on d1.icnet); SAEximRunCond expanded to false Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 02 Nov 2010 14:05:27 +0000 (UTC) --- linux-2.6.37-rc1/arch/arm/mach-omap1/include/mach/camera.h.orig 2010-11-01 22:41:04.000000000 +0100 +++ linux-2.6.37-rc1/arch/arm/mach-omap1/include/mach/camera.h 2010-11-01 23:18:44.000000000 +0100 @@ -1,6 +1,8 @@ #ifndef __ASM_ARCH_CAMERA_H_ #define __ASM_ARCH_CAMERA_H_ +#include + void omap1_camera_init(void *); static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info)