From patchwork Thu Jan 6 02:44:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 457681 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 p062h6LF004055 for ; Thu, 6 Jan 2011 02:44:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753731Ab1AFCoL (ORCPT ); Wed, 5 Jan 2011 21:44:11 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:55934 "EHLO relmlor2.renesas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752664Ab1AFCoL (ORCPT ); Wed, 5 Jan 2011 21:44:11 -0500 Received: from relmlir2.idc.renesas.com ([10.200.68.152]) by relmlor2.idc.renesas.com ( SJSMS) with ESMTP id <0LEK00189Y9M3BC0@relmlor2.idc.renesas.com> for linux-sh@vger.kernel.org; Thu, 06 Jan 2011 11:44:10 +0900 (JST) Received: from relmlac3.idc.renesas.com ([10.200.69.23]) by relmlir2.idc.renesas.com ( SJSMS) with ESMTP id <0LEK00EKVY9MFA40@relmlir2.idc.renesas.com> for linux-sh@vger.kernel.org; Thu, 06 Jan 2011 11:44:10 +0900 (JST) Received: by relmlac3.idc.renesas.com (Postfix, from userid 0) id E269B18071; Thu, 06 Jan 2011 11:44:09 +0900 (JST) Received: from relmlac3.idc.renesas.com (localhost [127.0.0.1]) by relmlac3.idc.renesas.com (Postfix) with ESMTP id C867E1807C; Thu, 06 Jan 2011 11:44:09 +0900 (JST) Received: from relmlii1.idc.renesas.com [10.200.68.65] by relmlac3.idc.renesas.com with ESMTP id MAK20728; Thu, 06 Jan 2011 11:44:09 +0900 Date: Thu, 06 Jan 2011 11:44:09 +0900 X-IronPort-AV: E=Sophos;i="4.60,281,1291561200"; d="scan'208";a="4614698" Received: from unknown (HELO PG10870.renesas.com) ([172.30.8.159]) by relmlii1.idc.renesas.com with ESMTP; Thu, 06 Jan 2011 11:44:09 +0900 Message-id: To: Paul Mundt Cc: Magnus , Linux-SH In-reply-to: References: From: Kuninori Morimoto Subject: [PATCH 1/2 v2] ARM: mach-shmobile: mackerel: add HDMI video support User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-2022-JP-2?B?U2Fuag==?= =?ISO-2022-JP-2?B?GyQoRCtXGyhC?=) APEL/10.6 Emacs/23.2 (i386-mingw-nt5.1.2600) MULE/6.0 (HANACHIRUSATO) MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@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]); Thu, 06 Jan 2011 02:44:12 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index 3e30a52..eb25972 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c @@ -21,6 +21,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include #include @@ -39,6 +40,7 @@ #include #include +#include