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 637E1C64EC4 for ; Sat, 4 Mar 2023 12:27:07 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 83EF4859DD; Sat, 4 Mar 2023 13:27:04 +0100 (CET) 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="spbXWkTa"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 495C085B6B; Sat, 4 Mar 2023 13:27:02 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (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 04E05859DD for ; Sat, 4 Mar 2023 13:26:59 +0100 (CET) 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: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6159360B21; Sat, 4 Mar 2023 12:26:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0FE0C433EF; Sat, 4 Mar 2023 12:26:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677932817; bh=K2NYTvgHkzGmQwPafB7ExG55tu4fKY5dz661SXr4cXo=; h=From:To:Cc:Subject:Date:From; b=spbXWkTaopW0Dp7meAlsPaJ8tum9E10MECRzdXK9tR/rZDrVrSTja/tPaU7T2V0Pz rqzYnzaNniydh+sKqHAaOietIIwOtdXBhyAjV9rn/bGIec4miDRuVOYC/62jVpb4S3 9DwZsA/FXAhk3M55Kuk5iTorokGDtK+IM3YJrru1GCrfZ/xuq7z5pZN1VxRz8GIQBZ FySMjbLFVFWAA08pLQIAGXxT3h/EF6j15+J5d8A/s6uWAt03q3swLvbq0qd7RSe92b wc+tA5HbN+2u7zBQzX16MP9+Mq+1nbEgzh2TmQJevSBb/mSwuiFsPj/wA4qpL+do0V bQW9RnOV5o3Pg== Received: by pali.im (Postfix) id E3BC07B3; Sat, 4 Mar 2023 13:26:54 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese Cc: u-boot@lists.denx.de Subject: [PATCH u-boot-mvebu] ddr: marvell: a38x: Remove unused file seq_exec.h Date: Sat, 4 Mar 2023 13:26:46 +0100 Message-Id: <20230304122646.3879-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 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.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 DDR code does not use seq_exec.h, so remove it. Signed-off-by: Pali Rohár --- drivers/ddr/marvell/a38x/ddr3_init.h | 1 - drivers/ddr/marvell/a38x/seq_exec.h | 64 ---------------------------- 2 files changed, 65 deletions(-) delete mode 100644 drivers/ddr/marvell/a38x/seq_exec.h diff --git a/drivers/ddr/marvell/a38x/ddr3_init.h b/drivers/ddr/marvell/a38x/ddr3_init.h index 055516b67e9c..f41a732e9a37 100644 --- a/drivers/ddr/marvell/a38x/ddr3_init.h +++ b/drivers/ddr/marvell/a38x/ddr3_init.h @@ -9,7 +9,6 @@ #include "ddr_ml_wrapper.h" #include "mv_ddr_plat.h" -#include "seq_exec.h" #include "ddr3_logging_def.h" #include "ddr3_training_hw_algo.h" #include "ddr3_training_ip.h" diff --git a/drivers/ddr/marvell/a38x/seq_exec.h b/drivers/ddr/marvell/a38x/seq_exec.h deleted file mode 100644 index fe0cb8f75df2..000000000000 -- 2.20.1