Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp2675007imj; Mon, 11 Feb 2019 06:51:59 -0800 (PST) X-Google-Smtp-Source: AHgI3IanHIT5wCicbZtd2tixDtyN5GQwhTY6UorTyrcdK0wZ4e7K8ZyaxK+iBQcPsMeJe+tIhGyV X-Received: by 2002:a17:902:2867:: with SMTP id e94mr38359352plb.264.1549896719119; Mon, 11 Feb 2019 06:51:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549896719; cv=none; d=google.com; s=arc-20160816; b=OlD75T82eBomWH82uH7qyJS7whKOfZbAcKOUg/c1GspUpuT5Ssa4G2eFJ+RHST+/g0 4SmYHyXek3EQQOuoAQBXHeQGBpr7hRrzgbrlnoBODDFxFUZ9WL0al8eT77hOM4dT5fgm oXAbRj+LGvtdlqGMhpAmAO1RbmadkeiG1Lc7hmVAfRIlUVHanqLEEHK6eF1aeJhh5lC8 1py0sTwnfg2pwVtyFoVr/baAZP9SJsYPUzLgQR5ZCWuii8Fi37eS5y618A5YjGjGr/xj ODcy47nU2+G2OIpoWfHbY0jyUy4yuAPMX6WQ5lYkKQHilgb1CheZLhuLvyUncMqiby0Z 4jYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=6kY4z+viiyI92tDbDG8I2eap/6vHA9a0XU9VXvaU9HM=; b=fomCnkSIGbgLgnkuYdJxoL/I2HG2YIArZAH0p6s873PyBu2/+/9Md+xBnebEOCjJEi Y/EH5pZ0zL6tIbWde2XRhymoKE3777RsQCX+ZYtGFkMSiyJaMcC11S0SROr5Va7aMRRY OKScxMhVGVjsbgzpYB1NI6gMhkuCjhpFczkTn06mVooCwr94uitvRz2x/U2SEimVSgtk IRUZ9r7ef3csGeowiiCVHAdGwYEWbNdFwfXpWYeEZI2hL/6ryFZ4loy4532yPatgh1Dy Hre8AJGdzYPfuVRIUwrjJPp6kmilj+Ms62w75ltOPTxVTOj+Lv7O4c09G1mlklnpNnPU 65Kw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=mZ3nl5qu; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b12si10048888pls.32.2019.02.11.06.51.43; Mon, 11 Feb 2019 06:51:59 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=mZ3nl5qu; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387707AbfBKOur (ORCPT + 99 others); Mon, 11 Feb 2019 09:50:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:36630 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388151AbfBKOun (ORCPT ); Mon, 11 Feb 2019 09:50:43 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7707D20700; Mon, 11 Feb 2019 14:50:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549896643; bh=diXTEQj3Ko+fK8YGze6jU7sfxgUqwwOMpNz3eGy1p7I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mZ3nl5qulgdHGoOwvfuTxucVIr59LsdKlMLyWfHPfO6lMFlBTNQ2vuciaKSaY2XUB h3PjXMpwC3ulES0jnuK1aN+yOHdoXLfpIsvoGvV4FB8HfAVu8A+esNoZuN5pM1Oawh Ryr3fG23rHVAs7KHQ/eRalgyGRokdOarG3HthzpA= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Randy Dunlap , Geert Uytterhoeven , Miquel Raynal , Yoshinori Sato , Rich Felker , Jacopo Mondi , Magnus Damm , Andrew Morton , Linus Torvalds , Sasha Levin Subject: [PATCH 4.19 225/313] arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning Date: Mon, 11 Feb 2019 15:18:25 +0100 Message-Id: <20190211141908.351805089@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190211141852.749630980@linuxfoundation.org> References: <20190211141852.749630980@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit 440e7b379f91acd245d5c8de94d533f40f5dffb3 ] 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); Link: http://lkml.kernel.org/r/702f0a25-c63e-6912-4640-6ab0f00afbc7@infradead.org Fixes: f3590dc32974 ("media: arch: sh: kfr2r09: Use new renesas-ceu camera driver") Signed-off-by: Randy Dunlap Reported-by: Geert Uytterhoeven Suggested-by: Miquel Raynal Reviewed-by: Miquel Raynal Cc: Yoshinori Sato Cc: Rich Felker Cc: Jacopo Mondi Cc: Magnus Damm Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- arch/sh/boards/mach-kfr2r09/setup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c index e59c577ed871..c70bc7809dda 100644 --- a/arch/sh/boards/mach-kfr2r09/setup.c +++ b/arch/sh/boards/mach-kfr2r09/setup.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include -- 2.19.1