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 BA0B8C4332F for ; Wed, 12 Oct 2022 02:29:44 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=h4w9XgUhlC/uzRxhrVsHc8C9PuunCw0nuBF7UxBgPKo=; b=0pMlrt2TQcM5HD wupQllPRkrlUC1dXbdG0b5dYCt/Vrglh27HFoMiz9Hf3svmZ/7CzeT0gkCYvINEn+lS8DhnkJfZMf onERvzdvtRkGpX2Sm48jHALKNzVRmSL7+1b1MYxuTf49aVDzrGhEl14r9r/puW/0nopseEySOPYwD HfsY0zN8K0uYRy5Fzu2KmGTX/P+fhI/dlSZqItzjChUcJi/3bMhOq627+u5z3RB7ZOM7XQBosq8nx PQ+aBnElPvcaC61kz1Q4f6wmEGoFeCCRpZak4hEMbm0DO2fQ/1yLqUFbDf2fSB5VyP6eAM2NFDeBT cxUXoqesKQLlgYZVMYPg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiRTp-006X54-9A; Wed, 12 Oct 2022 02:28:21 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiRTm-006X4i-Rn for linux-arm-kernel@lists.infradead.org; Wed, 12 Oct 2022 02:28:20 +0000 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 0265A61299; Wed, 12 Oct 2022 02:28:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E6C6C433C1; Wed, 12 Oct 2022 02:28:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665541696; bh=vw6gsGbne+1unyAJpVc3ZFwZjNHdqONWQBeoeJEwRRU=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=mPwolRD+51ZSJoDRF3c1ERe0UbqjCI0K+FcYQKPKJ2ohIHPSXIF43c91DnJ5SxZrp LsfXuIOWqvp/mSgtYJ0pcMW3dvgvvrW5HPVqwkoEep9SUvwMjFrBhBTsD8xZQuVj0w Jzca21Wjk/8F+bjXRLFt+p8Myv1/rCQl0Klmbf2uBFUTqWVguCPsRYDFFVZ5uKn0kM JGfNhH4a8uXVq4KdDcnY7FiAWoNa8r2XmgYvNoL5sW6AtFDPzskstDk8nOpxhogQta 2yWr7UwAoYDkrflDapyNk202V94wI1jFLXL5Jz9bC32RqvYSlfRIiQfmQf2kZaDFOz 7OEl0jkMVBPHg== MIME-Version: 1.0 In-Reply-To: <20221008051534.151392-1-wangkefeng.wang@huawei.com> References: <20221008051534.151392-1-wangkefeng.wang@huawei.com> Subject: Re: [PATCH] clk: at91: fix the build with binutils 2.27 From: Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kefeng Wang To: Alexandre Belloni , Claudiu Beznea , Kefeng Wang , Nicolas Ferre , linux-clk@vger.kernel.org Date: Tue, 11 Oct 2022 19:28:14 -0700 User-Agent: alot/0.10 Message-Id: <20221012022816.5E6C6C433C1@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221011_192818_973008_4954C5E9 X-CRM114-Status: GOOD ( 10.93 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Kefeng Wang (2022-10-07 22:15:34) > diff --git a/include/linux/clk/at91_pmc.h b/include/linux/clk/at91_pmc.h > index 3484309b59bf..4fc387d0335d 100644 > --- a/include/linux/clk/at91_pmc.h > +++ b/include/linux/clk/at91_pmc.h > @@ -12,6 +12,8 @@ > #ifndef AT91_PMC_H > #define AT91_PMC_H > > +#include Can we just include linux/bits.h instead? It looks weird to include vdso/ outside of the kernel's vdso. > + > #define AT91_PMC_V1 (1) /* PMC version 1 */ > #define AT91_PMC_V2 (2) /* PMC version 2 [SAM9X60] */ > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel