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 5A09FC433F5 for ; Wed, 20 Apr 2022 14:48:09 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=KJoMyadE2MT5gMTwkujOe8hk2msQprVwxo7zAGeIpHU=; b=B7UIDAMtfGCK5G 40UgU59pB5niWSJp5HJ3tqMukdtL7EfVVX1giOwIQt66L7nthaI+b0v2hIoe/M0Zu70uERd4eDS+v w4eWpbeLf4p5A5gkKr9eAjYv7EMo3cegmrtGyzSahELOsxA0uwzf49MMfoCVBXDGg38gFnaANCj+V nLn0CijqX2kXhxO5cyO5Oi/sHOCuS/XDbuk0Qy8OVQA3m5m6txYR7g/J1ifm/6GRA3vy3HrVUJc0a 0ytBg3/KulwFWF2R0TsK4IylFIXCh/1BjmhkeTioz22yDvAG3RppJHKJ3TyO/67IClnBi16Or/9nX dPMRBlzV4EOZgtiuxy4w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhBbj-009SUJ-TG; Wed, 20 Apr 2022 14:47:04 +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 1nhBbg-009STQ-Py for linux-arm-kernel@lists.infradead.org; Wed, 20 Apr 2022 14:47:02 +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 64A5B61647; Wed, 20 Apr 2022 14:46:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60FF4C385A0; Wed, 20 Apr 2022 14:46:58 +0000 (UTC) Date: Wed, 20 Apr 2022 16:46:56 +0200 From: Greg KH To: Arnd Bergmann Cc: linux-omap@vger.kernel.org, tony@atomide.com, aaro.koskinen@iki.fi, jmkrzyszt@gmail.com, Arnd Bergmann , Russell King , Paul Walmsley , Kevin Hilman , Peter Ujfalusi , Vinod Koul , Dmitry Torokhov , Ulf Hansson , Dominik Brodowski , Mark Brown , Felipe Balbi , Alan Stern , Lee Jones , Daniel Thompson , Jingoo Han , Helge Deller , Linus Walleij , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, dmaengine@vger.kernel.org, linux-input@vger.kernel.org, linux-mmc@vger.kernel.org, linux-serial@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH 14/41] serial: 8250/omap1: include linux/soc/ti/omap1-soc.h Message-ID: References: <20220419133723.1394715-1-arnd@kernel.org> <20220419133723.1394715-15-arnd@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220419133723.1394715-15-arnd@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220420_074700_952961_7C356C86 X-CRM114-Status: GOOD ( 13.59 ) 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 On Tue, Apr 19, 2022 at 03:36:56PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > As a preparation for cleaning up the omap1 headers, start > including linux/soc/ti/omap1-soc.h directly so we can > keep calling cpu_is_omap1510(). > > Signed-off-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel