From patchwork Wed Mar 30 01:46:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 672962 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 p2U1kItX001063 for ; Wed, 30 Mar 2011 01:46:18 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754963Ab1C3BqS (ORCPT ); Tue, 29 Mar 2011 21:46:18 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:45822 "EHLO relmlor1.renesas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753785Ab1C3BqR (ORCPT ); Tue, 29 Mar 2011 21:46:17 -0400 Received: from relmlir3.idc.renesas.com ([10.200.68.153]) by relmlor1.idc.renesas.com ( SJSMS) with ESMTP id <0LIU00HFIKX43V20@relmlor1.idc.renesas.com> for linux-sh@vger.kernel.org; Wed, 30 Mar 2011 10:46:16 +0900 (JST) Received: from relmlac1.idc.renesas.com ([10.200.69.21]) by relmlir3.idc.renesas.com ( SJSMS) with ESMTP id <0LIU004KCKX4U9G0@relmlir3.idc.renesas.com> for linux-sh@vger.kernel.org; Wed, 30 Mar 2011 10:46:16 +0900 (JST) Received: by relmlac1.idc.renesas.com (Postfix, from userid 0) id 0F36D80086; Wed, 30 Mar 2011 10:46:16 +0900 (JST) Received: from relmlac1.idc.renesas.com (localhost [127.0.0.1]) by relmlac1.idc.renesas.com (Postfix) with ESMTP id 0A3C2800A2; Wed, 30 Mar 2011 10:46:16 +0900 (JST) Received: from relmlii1.idc.renesas.com [10.200.68.65] by relmlac1.idc.renesas.com with ESMTP id LAE13005; Wed, 30 Mar 2011 10:46:16 +0900 X-IronPort-AV: E=Sophos; i="4.63,265,1299423600"; d="scan'208"; a="18879042" Received: from unknown (HELO [172.30.8.157]) ([172.30.8.157]) by relmlii1.idc.renesas.com with ESMTP; Wed, 30 Mar 2011 10:46:15 +0900 Message-id: <4D928B67.1010702@renesas.com> Date: Wed, 30 Mar 2011 10:46:15 +0900 From: Yoshihiro Shimoda User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-version: 1.0 To: Paul Mundt Cc: SH-Linux Subject: [PATCH] sh: fix build error in board-sh7757lcr.c Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit 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.6 (demeter1.kernel.org [140.211.167.41]); Wed, 30 Mar 2011 01:46:18 +0000 (UTC) diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c index a9e3356..fa2a208 100644 --- a/arch/sh/boards/board-sh7757lcr.c +++ b/arch/sh/boards/board-sh7757lcr.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include