From patchwork Fri Mar 6 02:51:14 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 10233 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n262pJ4T013712 for ; Fri, 6 Mar 2009 02:51:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751845AbZCFCvT (ORCPT ); Thu, 5 Mar 2009 21:51:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752154AbZCFCvT (ORCPT ); Thu, 5 Mar 2009 21:51:19 -0500 Received: from mail.renesas.com ([202.234.163.13]:44308 "EHLO mail04.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751845AbZCFCvS (ORCPT ); Thu, 5 Mar 2009 21:51:18 -0500 X-AuditID: ac140387-00000005000005fd-d4-49b08fa37da3 Received: from guardian01.idc.renesas.com ([172.20.8.200]) by mail04.idc.renesas.com (sendmail) with ESMTP id n262pFIo027405; Fri, 6 Mar 2009 11:51:15 +0900 (JST) Received: (from root@localhost) by guardian01.idc.renesas.com with id n262pGLg002186; Fri, 6 Mar 2009 11:51:16 +0900 (JST) Received: from mta03.idc.renesas.com (localhost [127.0.0.1]) by mta03.idc.renesas.com with ESMTP id n262pGa8027977; Fri, 6 Mar 2009 11:51:16 +0900 (JST) Received: from [172.30.8.158] by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KG200BMCD9EZV@ims05.idc.renesas.com>; Fri, 06 Mar 2009 11:51:14 +0900 (JST) Date: Fri, 06 Mar 2009 11:51:14 +0900 From: Nobuhiro Iwamatsu Subject: [PATCH/for-2.6.29] sh: Add media/soc_camera.h to board setup of Renesas AP325RXA To: Linux-sh Cc: =?ISO-2022-JP?B?GyRCPzlLXCQ1JHMbKEI=?= , Paul Mundt Message-id: <49B08FA2.30007@renesas.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-2022-JP Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Other compilation errors were revised by commit of "sh: ap325rxa: Revert ov772x support" (08c2f5b4d76f83213e379b12df504269d21c9e7c) but other compilation errors are given. We revert this commit and need to add new header(media/soc_camera.h). This change revises new compilation error. Signed-off-by: Nobuhiro Iwamatsu --- arch/sh/boards/board-ap325rxa.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index 72da416..15b6d45 100644 --- a/arch/sh/boards/board-ap325rxa.c +++ b/arch/sh/boards/board-ap325rxa.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include