From patchwork Tue Sep 24 08:49:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 2932271 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B71E49F289 for ; Tue, 24 Sep 2013 08:49:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7C59720334 for ; Tue, 24 Sep 2013 08:49:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1F6322031C for ; Tue, 24 Sep 2013 08:49:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750768Ab3IXItY (ORCPT ); Tue, 24 Sep 2013 04:49:24 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:58103 "EHLO mail-pb0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750736Ab3IXItV (ORCPT ); Tue, 24 Sep 2013 04:49:21 -0400 Received: by mail-pb0-f44.google.com with SMTP id xa7so4301547pbc.3 for ; Tue, 24 Sep 2013 01:49:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:sender:message-id:from:to:cc:subject:mime-version:content-type; bh=2DN3Nh7Q4eMeOQW2lhnwRw1d+uQDaDrO5Xc80EJHaj8=; b=y9p1UlKLYHt1+jP6kZmbA3QRJkh6IXhcUk7rSamb8srEnIH3gLBgSI62ZCGzSaqdCH HSwTx1anyCo1/1LLf4y7jQGUOM/PtRhK+nZQWspmKQZNBAYLIM86coEQU5gtrPjHWfFX w82PEFRL0FIYb+9OrZdebfv91oz3nn2Tm2E5UiMO5W0riJrlZd22oHDJzhZBo9xJHZVS t19tqsg9wQHKZld2ZWWpfJEF0Bf27nyRi4Y/KiffemA9mg8IEtQtMt4Nq9hT/CPEvUYB 3PgPu1PxRxgyMOlGSHz65XRhedg8Us5is7LlGgrWy4Isq2aHDmvDPDd8zIZuNySHmIrS CCTw== X-Received: by 10.68.143.104 with SMTP id sd8mr20138481pbb.10.1380012560506; Tue, 24 Sep 2013 01:49:20 -0700 (PDT) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id f2sm39322877pbg.44.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 24 Sep 2013 01:49:19 -0700 (PDT) Date: Tue, 24 Sep 2013 01:49:19 -0700 (PDT) Message-ID: <87li2mr4dw.wl%kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Simon , Paul Mundt Cc: Magnus , Linux-SH , Laurent , Kuninori Morimoto Subject: [PATCH] sh: ecovec: fixup compile error on sdhi MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP afa2c9407f8908e2269b243773cbb0997c553804 (sh: ecovec24: Use MMC/SDHI CD and RO GPIO) added .tmio_flags = TMIO_MMC_USE_GPIO_CD on sh_mobile_sdhi_info, but it needs header. This patch adds it Reported-by: Yusuke Goda Signed-off-by: Kuninori Morimoto Acked-by: Laurent Pinchart --- Simon, Paul, Magnus This patch is for SH, but Paul can pick up it ? Or Simon can ? I'm not sure... Laurent Can you check this patch ? arch/sh/boards/mach-ecovec24/setup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 1fa8be4..122f737 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include