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 19670C433F5 for ; Sun, 3 Apr 2022 10:23: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-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ADFalDHBQoTXxutk8YF/wjz7Zk8+7CKMXr7J6Ga4eCc=; b=nw7N/NcyeKibbc xLtfOAwEYoIh1NDsuwUHlrxFB07eaKv3B7IsDcluNN0/nlwZDh7d6fmSRCluO+OLBR4cIjHC4f8rX NdK2ZdrTvRMWaQt7Pvd5+V2RCwxUycxmIz0o7ZxSzrFMK2wYKuAY2FtXuFDEPx8hoYbky/lPPI+D5 mlGVM+9qol/NoQ8OxUZy9JWh6jwQe+GdJWIe1OCYwXufYiac+gUE8XIKj9M/V8vcAkbtWrVGunOeU +det+7nANH1pbnY+sG+5AzSVvXEjx2IEBS0c1hIAhJ3UEc6KwyhONSwTKd0wHS0L4JChH+9bYOQ+Z Pqk5r80f44gdgcxOqxdA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1naxMt-00BAV4-1F; Sun, 03 Apr 2022 10:21:59 +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 1naxMq-00BAUa-9y for linux-arm-kernel@lists.infradead.org; Sun, 03 Apr 2022 10:21:57 +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 A3CD161003; Sun, 3 Apr 2022 10:21:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3DECC340ED; Sun, 3 Apr 2022 10:21:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648981315; bh=va2wdSIDhigU9l6racetCvNOSAZt+vprXlIct+i0T0k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rutRab4n813Pxfl1QOm3oCQU5Xw0G5pZcmivt9D8npqu4IeZ4XLNRwF6dQRZdruRS dQsrnuWExDhYQBC0BY4fFx2WUvuUjn+/gNQyEufnl5Thr194LQyTDkIpvzdPXzVfe2 Gv7YrSRhK2bJdYj8xSlipwAdkRUOFgih9P1B3sErpDmLLPVUZDBQ89UgGaDF3RV1RQ P772i3/NCOcdOFRMNPBpTmgXdzJeQfB0ykaj1GaNDLLhOlo5sNA9xIIMQJakuFFdAR fw6wsZpyDuioEbDdlPYXoUIcScjf+fI0xwqZYGjenu5uz91SR5iFuK/NlWI580+F20 FUdDBek5lAsJw== Date: Sun, 3 Apr 2022 13:23:05 +0300 From: Jarkko Sakkinen To: Christophe Leroy Subject: Re: [PATCH] char: tpm: Prepare cleanup of powerpc's asm/prom.h Message-ID: References: <7a522d9029737d7a1fb513529659321ed62d50d9.1648895070.git.christophe.leroy@csgroup.eu> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220403_032156_423258_7A59954F X-CRM114-Status: GOOD ( 17.26 ) 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: , Cc: Alexandre Belloni , Arnd Bergmann , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Jason Gunthorpe , linux-integrity@vger.kernel.org, Peter Huewe , linuxppc-dev@lists.ozlabs.org, Claudiu Beznea , linux-arm-kernel@lists.infradead.org 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 On Sat, Apr 02, 2022 at 12:29:19PM +0200, Christophe Leroy wrote: > powerpc's asm/prom.h brings some headers that it doesn't > need itself. > > In order to clean it up, first add missing headers in > users of asm/prom.h > > Signed-off-by: Christophe Leroy I don't understand this. It changes nothing as far as kernel is concerned. > --- > drivers/char/tpm/tpm_atmel.h | 2 -- > drivers/char/tpm/tpm_ibmvtpm.c | 1 - > 2 files changed, 3 deletions(-) > > diff --git a/drivers/char/tpm/tpm_atmel.h b/drivers/char/tpm/tpm_atmel.h > index ba37e77e8af3..959f7cce8301 100644 > --- a/drivers/char/tpm/tpm_atmel.h > +++ b/drivers/char/tpm/tpm_atmel.h > @@ -26,8 +26,6 @@ struct tpm_atmel_priv { > > #ifdef CONFIG_PPC64 > > -#include > - > #define atmel_getb(priv, offset) readb(priv->iobase + offset) > #define atmel_putb(val, priv, offset) writeb(val, priv->iobase + offset) > #define atmel_request_region request_mem_region > diff --git a/drivers/char/tpm/tpm_ibmvtpm.c b/drivers/char/tpm/tpm_ibmvtpm.c > index 3af4c07a9342..1180cce7067a 100644 > --- a/drivers/char/tpm/tpm_ibmvtpm.c > +++ b/drivers/char/tpm/tpm_ibmvtpm.c > @@ -20,7 +20,6 @@ > #include > #include > #include > -#include > > #include "tpm.h" > #include "tpm_ibmvtpm.h" > -- > 2.35.1 > BR, Jarkko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel