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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 0B91BC433F5 for ; Fri, 22 Apr 2022 13:52:23 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 5570A16BC; Fri, 22 Apr 2022 15:51:31 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 5570A16BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1650635541; bh=+3+iUSZkc63MIfi9vurIZ9WsBYSqquT26xYWO1Anj0k=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=UZWzA0Z84BNilo9YcyA5pEIhyHnNDFxjCx9azujRiqVh/ghvS24kkfZPyHZRrDLPx 9xL76Emdu+vQLRwNR4VnoXQdeYU78BMJ16hBzjq/sKcQ2u/3sF6q+Yu1OkTUFuesUE DouTtme7784zyMWPtt0Wh6FGOK5beXqEuYP7aKnU= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 28D71F8085B; Fri, 22 Apr 2022 15:32:41 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 93B76F80125; Wed, 20 Apr 2022 16:47:08 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 3A9B2F800F8 for ; Wed, 20 Apr 2022 16:47:02 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 3A9B2F800F8 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 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220419133723.1394715-15-arnd@kernel.org> X-Mailman-Approved-At: Fri, 22 Apr 2022 15:31:40 +0200 Cc: Ulf Hansson , linux-usb@vger.kernel.org, tony@atomide.com, Linus Walleij , linux-fbdev@vger.kernel.org, Dominik Brodowski , Lee Jones , Daniel Thompson , aaro.koskinen@iki.fi, Peter Ujfalusi , Helge Deller , jmkrzyszt@gmail.com, Russell King , Krzysztof Kozlowski , Alan Stern , linux-serial@vger.kernel.org, linux-input@vger.kernel.org, Arnd Bergmann , Mark Brown , dri-devel@lists.freedesktop.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Felipe Balbi , Paul Walmsley , Jingoo Han , Dmitry Torokhov , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Kevin Hilman , Vinod Koul , dmaengine@vger.kernel.org, alsa-devel@alsa-project.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" 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