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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 4CA52C43217 for ; Sun, 27 Nov 2022 15:28:39 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1F6E08516C; Sun, 27 Nov 2022 16:26:25 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="C4SGgKsG"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 25D5084F24; Sun, 27 Nov 2022 16:26:00 +0100 (CET) Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 168C684F68 for ; Sun, 27 Nov 2022 16:25:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-ej1-x62a.google.com with SMTP id n21so20313870ejb.9 for ; Sun, 27 Nov 2022 07:25:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=NEZdqHQLUKU1Clw0YwdA5qBsj1EhzMMbOffPjowDQRs=; b=C4SGgKsGQyC8s2rI2yxuEU3hW1253kH1RJJmPEZJo38ppSp0BSKX77TcBepo54JRaf jWRjYcwhmAznmCnnPpg6E/klA8iov3NdAJrGcl4Vz41a4XUfxvCsqLHLPyqrk2OOPI6t Ca3KnpTCUzBnXgqu0a6Bb8ssVnWal+J+0LtBM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NEZdqHQLUKU1Clw0YwdA5qBsj1EhzMMbOffPjowDQRs=; b=GFe8EUjRcvEj6WLs5Hb3VoD5DiyADA1UA9avIG3q7IyYvOoZ8iq0gSdNNFo/eGdXF6 w9ErH7gzEsiZoFT0kqcZTPFhFft19IWBGLGYcQhpKel7iS6eNJBwc5Hyg1oOkdqY2lrY LQOMcAnLI6s57AUq1ZSSX2FkIy1KlFF84BsWjaeLxYMGCUXe2+mxuv0dK6Ii5iEiyxuA sn9/izJiwf3PInrDcNOxjz2mOvrmQOYM98W2upkQV8c02jgO+brcZ/1ELraAwBYLf5+D qUJ1I5Qh1w3+8pP33FIHjA1FLucnrLUD9iT4wBZXptuNgSUdfl5zydGxAdPexH714q1P bx4w== X-Gm-Message-State: ANoB5pko/2XD6GiGVPU441F7e2uGkC/TRhTgpsfisgRcGam0b6hY0o1A xyMps0gIFO0Ixai2BxnsLHzPvkz2LCiBdw== X-Google-Smtp-Source: AA0mqf6aHaSsiNkbmVuNaPTQp/Kf7tK484wof0MvEBFvmmb1IzIP3/J05CUJDXS7qLTQy0RI74zEWg== X-Received: by 2002:a17:906:b84e:b0:7bc:85aa:4e49 with SMTP id ga14-20020a170906b84e00b007bc85aa4e49mr10751540ejb.554.1669562757429; Sun, 27 Nov 2022 07:25:57 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-dc2c-1c0a-ea3e-04dc.res6.spectrum.com. [2603:6081:7b00:6400:dc2c:1c0a:ea3e:4dc]) by smtp.gmail.com with ESMTPSA id tb6-20020a1709078b8600b007b47749838asm3853036ejc.45.2022.11.27.07.25.56 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 27 Nov 2022 07:25:57 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 17/41] net: fec_mxc: Remove non-DM_ETH code Date: Sun, 27 Nov 2022 10:25:12 -0500 Message-Id: <20221127152536.1556469-17-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221127152536.1556469-1-trini@konsulko.com> References: <20221119234545.404563-38-trini@konsulko.com> <20221127152536.1556469-1-trini@konsulko.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.6 at phobos.denx.de X-Virus-Status: Clean As DM_ETH is required for all network drivers, it's now safe to remove the non-DM_ETH support code. Signed-off-by: Tom Rini --- drivers/net/fec_mxc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/fec_mxc.h b/drivers/net/fec_mxc.h index 48faa33d66ec..77bfc1cbf450 100644 --- a/drivers/net/fec_mxc.h +++ b/drivers/net/fec_mxc.h @@ -263,9 +263,7 @@ struct fec_priv { uint32_t reset_delay; uint32_t reset_post_delay; #endif -#ifdef CONFIG_DM_ETH u32 interface; -#endif struct clk ipg_clk; struct clk ahb_clk; struct clk clk_enet_out; -- 2.25.1