From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04795C4338F for ; Mon, 2 Aug 2021 13:20:01 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 534AF6112D for ; Mon, 2 Aug 2021 13:20:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 534AF6112D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 61FF2833E2; Mon, 2 Aug 2021 15:19:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Wj6MfaUm"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BF3A3833F7; Mon, 2 Aug 2021 15:19:55 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7871C81E1C for ; Mon, 2 Aug 2021 15:19:50 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id 0926560E97; Mon, 2 Aug 2021 13:19:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627910388; bh=YTx7GobI702Ih1BAIaHkvkFEOEkur2yQjtamaUwXgAk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Wj6MfaUmm793aTsSR1xeNh9Z3da1Sz9hzLcJSdNaorA8Dzg5XIegf6M+Bm6bgZ42V Vx5EtP4wHijL78Lu5a+fayLRHPQkS0wTQm2ovcvaZIJ4lv1y8RIKfdQmaQHj48m+sS TlmWFFdJ51Ky/qAY78OCgOvVRnN03jIbGrjP8ubRIEP+j6NqM1i6La/3GX7aGC+l0z lOQk6gBYHIQ/ON8DilZyhfsouYsb10AIKDAPWWCG3hp8VV3ej5KYel7w9JXW4Wqu/5 wk/HELP/G1dMikqmN3it1vwY7elo+hEy3OBHgf3AIxkU48cE5XZYDn09Qflz+3DbWr DgaDzTqZkbw3Q== Received: by pali.im (Postfix) id 2C10BBDD; Mon, 2 Aug 2021 15:19:46 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Simon Glass , Heinrich Schuchardt , Alexander Graf , Huan Wang , Angelo Dureghello , Wolfgang Denk , Priyanka Jain , Christophe Leroy , Bin Meng , =?UTF-8?q?Marek=20Beh=C3=BAn?= , Tom Rini Cc: u-boot@lists.denx.de Subject: [PATCH 01/11] Remove #include from files which do not need it Date: Mon, 2 Aug 2021 15:18:28 +0200 Message-Id: <20210802131838.21097-2-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210802131838.21097-1-pali@kernel.org> References: <20210802131838.21097-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Signed-off-by: Pali Rohár --- arch/m68k/cpu/mcf5445x/start.S | 1 - net/cdp.c | 3 --- 2 files changed, 4 deletions(-) diff --git a/arch/m68k/cpu/mcf5445x/start.S b/arch/m68k/cpu/mcf5445x/start.S index 7007d78c83fa..40c497436570 100644 --- a/arch/m68k/cpu/mcf5445x/start.S +++ b/arch/m68k/cpu/mcf5445x/start.S @@ -10,7 +10,6 @@ #include #include #include -#include #include "version.h" #include diff --git a/net/cdp.c b/net/cdp.c index fac020468194..a8f890e75226 100644 --- a/net/cdp.c +++ b/net/cdp.c @@ -11,9 +11,6 @@ #include #include -#if defined(CONFIG_CDP_VERSION) -#include -#endif #include "cdp.h" -- 2.20.1