From patchwork Sun Oct 27 15:54:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 1185071 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="bgi+Da7h"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 471N7p5DhKz9sPK for ; Mon, 28 Oct 2019 03:08:54 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 7877BC21E30; Sun, 27 Oct 2019 16:00:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 8E5BBC21E75; Sun, 27 Oct 2019 15:56:03 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 08E60C21C8B; Sun, 27 Oct 2019 15:56:00 +0000 (UTC) Received: from mail-il1-f194.google.com (mail-il1-f194.google.com [209.85.166.194]) by lists.denx.de (Postfix) with ESMTPS id 85691C21E26 for ; Sun, 27 Oct 2019 15:55:15 +0000 (UTC) Received: by mail-il1-f194.google.com with SMTP id t5so5852071ilh.10 for ; Sun, 27 Oct 2019 08:55:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=QZcpOS/ya0F2x6/TjLgVNYmNuY9f5rQ06hRWfB+5uOU=; b=bgi+Da7hlvcvbmX7D1YmnAaXkKyKLI/Z2qcAiBSF9HV1jAwhbKwFR6GYqRniaMDGCI Y4eU6CJedZ5Vag5KhLZCz8QdX9LBbnpNeY3t9VoJyobSf2P5c/fOKSgwtI3njYLsOdj6 ZUWgRJlcPQhu1A/S4ErSSLy1OEFOgy2W1KPQI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=QZcpOS/ya0F2x6/TjLgVNYmNuY9f5rQ06hRWfB+5uOU=; b=BS6tdvqcoFgmaqHrmvDPVQPJXksZ3EcMezimoICeDqA+7lg6bGausv/ynhsr9Ax8q6 bQHGuPW46ch9SLH1izd/hBSIoxxSZL+xrqNKVfc5C4RVNZXqofFW1KY7UtPnqVLuxJI9 VLTHUsJn1d/gct/kQ/mxKNh1gzCPBMWNbWqaAcoo2/a1+TVxUXCqpdxFAR+X+t1ktnvK HlkMd9lN3hOHRTJdcHc3lNn0K5g58bIrGBbsRz+eZRVaNDn4Rei9dzP1Ql1yrGB8RWXG RpW9xxwZXud6nLg5j9QIsQB50zBUrhY1x4fe2gHSWZn6JXS5qO6WDqLc4xWMh5EXFmbn QZiw== X-Gm-Message-State: APjAAAV0BfeDM3u3Eo8T8jQ+iBU3l6ec8kJKUFp5z79reR/sRdUPBX9L j0KZgREfU7ermnc3ETsu4p3Cf6/rWA3Olw== X-Google-Smtp-Source: APXvYqybacy7zHAXTF/L3/iNMUs13dUBd29wooP4O67kB4QVUx1vC+ngAa5EX5ki+xPe9nJ8lsvx/w== X-Received: by 2002:a05:6e02:812:: with SMTP id u18mr13838352ilm.69.1572191714393; Sun, 27 Oct 2019 08:55:14 -0700 (PDT) Received: from kiwi.bld.corp.google.com ([2620:15c:183:0:8223:87c:a681:66aa]) by smtp.gmail.com with ESMTPSA id n3sm1215070ilm.8.2019.10.27.08.55.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 27 Oct 2019 08:55:14 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Date: Sun, 27 Oct 2019 09:54:00 -0600 Message-Id: <20191027155410.187957-20-sjg@chromium.org> X-Mailer: git-send-email 2.24.0.rc0.303.g954a862665-goog In-Reply-To: <20191027155410.187957-1-sjg@chromium.org> References: <20191027155410.187957-1-sjg@chromium.org> MIME-Version: 1.0 Cc: Tom Rini , Schuyler Patton , James Doublesin Subject: [U-Boot] [PATCH 20/30] ti: am654: Drop duplicate dm.h inclusion X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" We only need to include this header once. Drop the duplicate. Signed-off-by: Simon Glass Reviewed-by: Lokesh Vutla --- drivers/ram/k3-am654-ddrss.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/ram/k3-am654-ddrss.c b/drivers/ram/k3-am654-ddrss.c index 7015d8cfe7..00673e80a9 100644 --- a/drivers/ram/k3-am654-ddrss.c +++ b/drivers/ram/k3-am654-ddrss.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include "k3-am654-ddrss.h"