From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pf0-x243.google.com ([2607:f8b0:400e:c00::243]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fSqJ9-0001tM-4i for barebox@lists.infradead.org; Tue, 12 Jun 2018 20:54:56 +0000 Received: by mail-pf0-x243.google.com with SMTP id a12-v6so158585pfi.3 for ; Tue, 12 Jun 2018 13:54:16 -0700 (PDT) From: Andrey Smirnov Date: Tue, 12 Jun 2018 13:52:57 -0700 Message-Id: <20180612205310.25745-42-andrew.smirnov@gmail.com> In-Reply-To: <20180612205310.25745-1-andrew.smirnov@gmail.com> References: <20180612205310.25745-1-andrew.smirnov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v5 41/54] ARM: cache: Remove unused cache ops struct To: barebox@lists.infradead.org Cc: Andrey Smirnov Remove what appears to be a leftover from moving ARMv8 cache function into a separate file that happened in 4b57aae26 ("ARM: Create own cache.c file for aarch64") Signed-off-by: Andrey Smirnov --- arch/arm/cpu/cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/cache.c b/arch/arm/cpu/cache.c index 7047470f0..f4781fe3b 100644 --- a/arch/arm/cpu/cache.c +++ b/arch/arm/cpu/cache.c @@ -36,7 +36,6 @@ DEFINE_CPU_FNS(v4) DEFINE_CPU_FNS(v5) DEFINE_CPU_FNS(v6) DEFINE_CPU_FNS(v7) -DEFINE_CPU_FNS(v8) void __dma_clean_range(unsigned long start, unsigned long end) { -- 2.17.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox