From patchwork Tue Aug 23 09:15:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 1087902 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7N9FmEE004541 for ; Tue, 23 Aug 2011 09:15:48 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755142Ab1HWJPs (ORCPT ); Tue, 23 Aug 2011 05:15:48 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:42842 "EHLO relmlor2.renesas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754811Ab1HWJPr (ORCPT ); Tue, 23 Aug 2011 05:15:47 -0400 MIME-version: 1.0 Content-type: text/plain; charset=windows-1252 Received: from relmlir2.idc.renesas.com ([10.200.68.152]) by relmlor2.idc.renesas.com ( SJSMS) with ESMTP id <0LQD00BAVJ2AHWB0@relmlor2.idc.renesas.com> for linux-sh@vger.kernel.org; Tue, 23 Aug 2011 18:15:46 +0900 (JST) Received: from relmlac1.idc.renesas.com ([10.200.69.21]) by relmlir2.idc.renesas.com ( SJSMS) with ESMTP id <0LQD00E1SJ2AURG0@relmlir2.idc.renesas.com> for linux-sh@vger.kernel.org; Tue, 23 Aug 2011 18:15:46 +0900 (JST) Received: by relmlac1.idc.renesas.com (Postfix, from userid 0) id 86CCE80088; Tue, 23 Aug 2011 18:15:46 +0900 (JST) Received: from relmlac1.idc.renesas.com (localhost [127.0.0.1]) by relmlac1.idc.renesas.com (Postfix) with ESMTP id 819BD80086; Tue, 23 Aug 2011 18:15:46 +0900 (JST) Received: from relmlii1.idc.renesas.com [10.200.68.65] by relmlac1.idc.renesas.com with ESMTP id UAN07375; Tue, 23 Aug 2011 18:15:46 +0900 X-IronPort-AV: E=Sophos; i="4.68,268,1312124400"; d="scan'208"; a="42037875" Received: from unknown (HELO [172.30.8.157]) ([172.30.8.157]) by relmlii1.idc.renesas.com with ESMTP; Tue, 23 Aug 2011 18:15:46 +0900 Message-id: <4E536FC2.7090306@renesas.com> Date: Tue, 23 Aug 2011 18:15:46 +0900 From: Yoshihiro Shimoda User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.20) Gecko/20110804 Thunderbird/3.1.12 To: Paul Mundt Cc: SH-Linux Subject: [PATCH] sh: fix the compile error in setup-sh7757.c Content-transfer-encoding: 8bit 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]); Tue, 23 Aug 2011 09:16:06 +0000 (UTC) Fix the following build errors: CC arch/sh/kernel/cpu/sh4a/setup-sh7757.o arch/sh/kernel/cpu/sh4a/setup-sh7757.c:681: error: implicit declaration of function ‘DMA_BIT_MASK’ arch/sh/kernel/cpu/sh4a/setup-sh7757.c:681: error: initializer element is not constant arch/sh/kernel/cpu/sh4a/setup-sh7757.c:681: error: (near initialization for ‘usb_ehci_device.dev.coherent_dma_mask’) arch/sh/kernel/cpu/sh4a/setup-sh7757.c:705: error: initializer element is not constant arch/sh/kernel/cpu/sh4a/setup-sh7757.c:705: error: (near initialization for ‘usb_ohci_device.dev.coherent_dma_mask’) make[3]: *** [arch/sh/kernel/cpu/sh4a/setup-sh7757.o] Error 1 Signed-off-by: Yoshihiro Shimoda --- arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7757.c b/arch/sh/kernel/cpu/sh4a/setup-sh7757.c index e915dea..0555929 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7757.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7757.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include