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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9533DC5DF81 for ; Tue, 25 Aug 2026 03:28:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+2Yv2AzlMb4aTYv/HttmrY3eDT9Vd2wTsqnYi4mA4Vw=; b=vV7OsXqSsNj4js R9hUm+RDQjG1dmPW5oQIKw9mI1sXqTkZ8kKICT6H82+j5FeqCS9YWfjVlG3bOBcaaqviJ4W5QsFn1 4GwSFWqwLA2K+X2Y3aFFKGXiS6Xf+drqQdRDxHQnHi+Ywl3rXWnKQa+WnfFkl/xnwcNrCPRDRwqbX e+0yK39WmwOzr6r1OJp4sCnt2nYqcltaDGGqA1s+J8Bbn8ViTKp1TGT5PvZpgaJoVfR5kTmpGpxdk AXOfBFYglOQ/Hv8KegpGOmXQFZb9vw93ojBujovYl+Dzoi8ymVSKYJxihY7n6ZHkHUuNSUfykGvjE JqL9AEBRHCJ9w/6HtP+A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wyhpu-00000000617-3YXM; Tue, 25 Aug 2026 03:28:30 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wyhpt-0000000060z-1AyU for linux-snps-arc@lists.infradead.org; Tue, 25 Aug 2026 03:28:29 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 3E0E36013A; Tue, 25 Aug 2026 03:28:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C17891F000E9; Tue, 25 Aug 2026 03:28:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787628508; bh=GCZR+p/4zN+eY/KJ1JWc0rg32vdHQjxJS0JdT8s5Qh8=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=gZfa1gke8hL1tOS66EI+Omq+nE0bS6GumLAfH1UwzDzMmXlm86+4kCLxTDbGs/hRO 0nugSSpeNDbf68WXwoXUizJsbxgE2GqFO+gcE8bdHxXzGZZZwd+BEYrT+Qgf9wbN1+ y0U6HoK8vH+8LUlfUxCIBLyfgGpb/xy6dYT+nclULD6bWHw3MdG6ApRN1MidIKA7wd 24SGUwi7HZbVzLuPXZN/o2irp+6k+EiRIH2x0qKlZkXd/pPOmWZfpEHKk2itNiXVJE j3NYWCaw+mReu2TqAMDB9vOFgQGFfjmPJKynqT4jgRqzPXEsVfdwd+nYkY8IyH25Qe J1rirPcc1nFRg== Message-ID: <5ec07658-b532-47df-b752-1ace766d4b45@kernel.org> Date: Mon, 24 Aug 2026 20:28:27 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] arc: remove unused profile.h includes To: Anthony Iliopoulos , Vineet Gupta Cc: linux-snps-arc@lists.infradead.org, linux-kernel@vger.kernel.org References: <20260820131340.14116-1-ailiop@suse.com> Content-Language: en-US From: Vineet Gupta In-Reply-To: <20260820131340.14116-1-ailiop@suse.com> X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org On 8/20/26 06:13, Anthony Iliopoulos wrote: > None of the code in these files uses declarations provided by profile.h. > Remove the unnecessary header includes across the various files to clean > up dependencies and reduce include bloat. > > Signed-off-by: Anthony Iliopoulos Acked-by: Vineet Gupta Thx, -Vineet > --- > arch/arc/kernel/smp.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arc/kernel/smp.c b/arch/arc/kernel/smp.c > index 2d99dffed0ce..ee210a94ce45 100644 > --- a/arch/arc/kernel/smp.c > +++ b/arch/arc/kernel/smp.c > @@ -12,7 +12,6 @@ > #include > #include > #include > -#include > #include > #include > #include _______________________________________________ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc