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=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 A6D6FC47096 for ; Thu, 3 Jun 2021 13:39:32 +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 88C6F613E3 for ; Thu, 3 Jun 2021 13:39:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 88C6F613E3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 94D3882FCA; Thu, 3 Jun 2021 15:39:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A6C3382FBE; Thu, 3 Jun 2021 15:39:17 +0200 (CEST) Received: from mail-qv1-f43.google.com (mail-qv1-f43.google.com [209.85.219.43]) (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 12FA682FAC for ; Thu, 3 Jun 2021 15:39:13 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qv1-f43.google.com with SMTP id a7so3151340qvf.11 for ; Thu, 03 Jun 2021 06:39:13 -0700 (PDT) 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; bh=Tx9+fd/13gMxB/kBkN3ISu/8yZYxiTv+7EFXCXUZLrI=; b=a3AWS5YbXll0pktbFCMhyAVhJD1u4DSkr6pPu87QnCbtoDrDC/Xiokw5bjymsBrDqR jSKyDbuXsJG7+ZlP3TM0u7NPgB73iPssS8lktRZCyaiG3rks/4KdncEDLN4XiG06ZPFG 42P0Pqk2ErDA/FzlQ6SQHHjyFIQ6RFdaQQKcQUwg2wHO6hlbppqF4bVqmTqJzeYvkU/X i8LW/mZM8sPPCW0TwUnraq0yzyHAomrBm/+BrHChVsvvWFr6vaXXdmM9+q7Vuoq3Wzdn TI+1U67fFrzgaQi642g6hWQJ9CALe3nw1lhjq+UI6M4rZfiMG01YZ5cYp649V/EekhII RpTg== X-Gm-Message-State: AOAM531XM/nTotyUovfN1el04cy1b6gjT4Bjy1xYDRyxUjP9eRQh7rRf mcx12RPRlgKim7vTdLpc3Ez3cl0/dw== X-Google-Smtp-Source: ABdhPJwr6cbfzeSc/tXH8E/lxsZy1HhJBHGHW6NvhG9lCPlEYNfgmereAyFAHoFFaMSK4OVtGld0tQ== X-Received: by 2002:a0c:c386:: with SMTP id o6mr14433631qvi.13.1622727551456; Thu, 03 Jun 2021 06:39:11 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-7400-11d1-4e05-ef18.res6.spectrum.com. [2603:6081:7b01:cbda:7400:11d1:4e05:ef18]) by smtp.gmail.com with ESMTPSA id q23sm1733794qtn.49.2021.06.03.06.39.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Jun 2021 06:39:10 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Cc: Matt Merhar Subject: [PATCH 2/4] Revert "powerpc: fix regression in arch_initr_trap()" Date: Thu, 3 Jun 2021 09:39:00 -0400 Message-Id: <20210603133902.4192-2-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210603133902.4192-1-trini@konsulko.com> References: <20210518091947.63513-1-rasmus.villemoes@prevas.dk> <20210603133902.4192-1-trini@konsulko.com> 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.102.4 at phobos.denx.de X-Virus-Status: Clean With the changes in commit 588efcdd72fc ("powerpc: Don't use relative include for config.h in global_data.h") fixing the root of the problem, we no longer need this re-inclusion. This reverts commit f6c0d365d3e8ee8e4fd3ebe2ed957c2bca9d3328. Cc: Matt Merhar Signed-off-by: Tom Rini --- I will need to reword this to have the right commit ID when merging. --- arch/powerpc/lib/traps.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/lib/traps.c b/arch/powerpc/lib/traps.c index ab8ca269a50c..c7bce82a44b3 100644 --- a/arch/powerpc/lib/traps.c +++ b/arch/powerpc/lib/traps.c @@ -4,7 +4,6 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ -#include #include #include -- 2.17.1