From patchwork Thu Nov 1 23:38:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10664813 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B1DB9109C for ; Thu, 1 Nov 2018 23:38:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9F3C52C4FF for ; Thu, 1 Nov 2018 23:38:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8F7F32C507; Thu, 1 Nov 2018 23:38:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4F1092C4FF for ; Thu, 1 Nov 2018 23:38:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728114AbeKBInt (ORCPT ); Fri, 2 Nov 2018 04:43:49 -0400 Received: from merlin.infradead.org ([205.233.59.134]:57726 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728038AbeKBInt (ORCPT ); Fri, 2 Nov 2018 04:43:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=kpcWE+zbht9Tn69VGclKa+3YkXkZpIudfI0ZgNQobfQ=; b=2ibINdkWB0IQHTWNQRy9ELwLk0 me+E30n0uEHkTdwUmmN+vXAn5nlobJrTDLVd+5BVZX1TzStY1VUzVSDJ85tMC5citvD/cxzDzi1SJ ur25CAwBcHVsNcxfdhPavzgN4dIfJfSUSJOUmIamnl9EuH9WiXWrqalB23oqDqp6Klq7u06fxRmH8 /x+hVV8Yzq/MT9/5B4kpY6MSuRFfGoOpPWZ+acHXmLKVcAE0iRVQ/08KzMPPHo5hKCyG5IV/+Y2/2 F0t5j0JblYCeUGeFJlGp+pZbPzlxV4gRN4GXH/Z30LtGKyOYN/oZgyX/pQmOOPcB0tqATFmS13/mI kZFmYwcA==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by merlin.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gIMXs-0000jt-JR; Thu, 01 Nov 2018 23:38:36 +0000 To: LKML Cc: Geert Uytterhoeven , Miquel Raynal , Yoshinori Sato , Rich Felker , Jacopo Mondi , Magnus Damm , linux-mtd@lists.infradead.org, linux-sh@vger.kernel.org, Andrew Morton From: Randy Dunlap Subject: [PATCH resend] arch/sh: mach-kfr2r09: fix struct mtd_oob_ops build warning Message-ID: <702f0a25-c63e-6912-4640-6ab0f00afbc7@infradead.org> Date: Thu, 1 Nov 2018 16:38:30 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 Content-Language: en-US Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap arch/sh/boards/mach-kfr2r09/setup.c does not need to #include , and doing so causes a build warning, so drop that header file. In file included from ../arch/sh/boards/mach-kfr2r09/setup.c:28: ../include/linux/mtd/onenand.h:225:12: warning: 'struct mtd_oob_ops' declared inside parameter list will not be visible outside of this definition or declaration struct mtd_oob_ops *ops); Fixes: f3590dc32974 ("media: arch: sh: kfr2r09: Use new renesas-ceu camera driver") Reported-by: Geert Uytterhoeven Suggested-by: Miquel Raynal Signed-off-by: Randy Dunlap Reviewed-by: Miquel Raynal Cc: Yoshinori Sato Cc: Rich Felker Cc: Jacopo Mondi Cc: Magnus Damm Cc: linux-mtd@lists.infradead.org Cc: linux-sh@vger.kernel.org Acked-by: Jacopo Mondi --- arch/sh/boards/mach-kfr2r09/setup.c | 1 - 1 file changed, 1 deletion(-) --- linux-next-20181101.orig/arch/sh/boards/mach-kfr2r09/setup.c +++ linux-next-20181101/arch/sh/boards/mach-kfr2r09/setup.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include