From patchwork Mon Dec 12 13:59:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 13071156 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 77ED1C4332F for ; Mon, 12 Dec 2022 14:01:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=gp14wYeMYYVeTDcnEkm2VPYznlBPj74M8BnkmqUwdBE=; b=ASwndp1yVQMjbn AJ8GTt6B81w4RguqSn8V6QcLKwDFrrqgiXHTq1cO/x+qDpMe5ipDh5dJdOtU2dY8SS5FtS/2DfXYb z5AuRqp+VfZJBeijIyOUGTonfIuMSOgEUwZZxSIJ3TDApSxLpUu3OIhwRV3ZesJ8IJsAtJs+zsp/g H8ckL+U0ya4ABNumoDewfQby1kbkBgckOy1K3O8gjE3/2LdVg2HEplsu5y/xfLB6BteUW65Ic0ZAF EIcSHzfREgQhsilpcWCKeYx0iU9gPZoqeRdBea2/nJNrVfu5Eu/kMkdSfeAJC43c53hym3IVpXemp f2rHuzwLwZChOYEGVBuw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p4jLn-00GsC2-51; Mon, 12 Dec 2022 14:00:11 +0000 Received: from relay10.mail.gandi.net ([2001:4b98:dc4:8::230]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p4jLj-00Gs9U-Mo for linux-arm-kernel@lists.infradead.org; Mon, 12 Dec 2022 14:00:09 +0000 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 71AA1240002; Mon, 12 Dec 2022 13:59:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1670853602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6CCT62JP1C7U0DXDZAyRviDx98X4et9QFWwKWnF20lc=; b=YOtdqWzKck5OZMbcQ9aP/uxsYRnLTBIXwOtt+slHAC2/unQFuKKcmdYGWHWrS5woIrdGjD cVYzU9QpS75uZxlwfvpD1gC07kzYpIc6CG67c1hOzioQkK7caaFClKF/JWXsTNFyZwXEyT xkGr5R8DdDbjN2JehiLJjmNK4STKSaKtkBCzypqPbe4szvR+wjDh0YIgR7uOe0MDho0bDy lHufuQdNJKBoVLtgifryOalPAmmPOOb7snbvq2gmrX40qcYQTaK698ZW3pvOGK9ye+io5k +/OOkOjh+lIHgKdO/66vb/MSLRRpGMf7T75xdUw902Tr3eZtXK0M8SdLpyq0OA== From: alexandre.belloni@bootlin.com To: Arnd Bergmann , soc@kernel.org, Russell King Cc: Alexandre Belloni , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: footbridge: drop unnecessary inclusion Date: Mon, 12 Dec 2022 14:59:52 +0100 Message-Id: <20221212135953.212303-1-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221212_060007_949585_732B8119 X-CRM114-Status: UNSURE ( 8.10 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Alexandre Belloni isa-rtc.c doesn't use any definition from bcd.h, remove its inclusion Signed-off-by: Alexandre Belloni --- arch/arm/mach-footbridge/isa-rtc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-footbridge/isa-rtc.c b/arch/arm/mach-footbridge/isa-rtc.c index b8f741a3a37e..237b828dd2f1 100644 --- a/arch/arm/mach-footbridge/isa-rtc.c +++ b/arch/arm/mach-footbridge/isa-rtc.c @@ -20,7 +20,6 @@ #include #include -#include #include #include "common.h"