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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1971AC433EF for ; Fri, 29 Apr 2022 05:33:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350582AbiD2Fgp (ORCPT ); Fri, 29 Apr 2022 01:36:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351502AbiD2Fgp (ORCPT ); Fri, 29 Apr 2022 01:36:45 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8A06D9154C; Thu, 28 Apr 2022 22:33:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 8DEFE80C1; Fri, 29 Apr 2022 05:30:19 +0000 (UTC) Date: Fri, 29 Apr 2022 08:33:25 +0300 From: Tony Lindgren To: Arnd Bergmann Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jmkrzyszt@gmail.com, aaro.koskinen@iki.fi, vireshk@kernel.org, shiraz.linux.kernel@gmail.com, nsekhar@ti.com, brgl@bgdev.pl, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH 1/6] ARM: omap2: remove include/mach/ subdirectory Message-ID: References: <20220428133210.990808-1-arnd@kernel.org> <20220428133210.990808-2-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220428133210.990808-2-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Arnd Bergmann [220428 13:29]: > From: Arnd Bergmann > > mach/serial.h is only included from arch/arm/mach-omap2/serial.h, > and the other two files are unused and empty. > > Remove the directory by relocating the contents of mach/serial.h > and dropping all other references. Reviewed-by: Tony Lindgren Tested-by: Tony Lindgren 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 25374C433F5 for ; Fri, 29 Apr 2022 05:34:29 +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=ILg6hfZiXwHax5+AxPfSVwaWi4kGjN+Xsk/1ZaJQwK0=; b=AsxcKzULsx2JNS qbvl+KyNzHuTiEQuerLzZKOFTpr6iQDivXRno0lQYIoFtELT0rFu1MdcpblOfRcipfDs8fkz3MuB9 rtwU81sqMQ96RPuLRx0LEqjHFBrXvLNhA8ZNPo5vkCTF8o6kcV1Q1G1TlBzqE8CAo3AZabjwlVtRG CDlpDHsQhjOsBs21YoK6nW84Ng8yOgeb5W559tr+XdCh8AkmCrbkxiFqP44YP+C5N/c/wP4uOhlQm do5TKzXUPt8gPuBtwilAT798WAFJFgAHvXrpBCm9+QUE9VhzbV13CeBKAgblNjgp3XCrGalBc0S0o TjdpveB/JQh4KvuxLv/g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nkJFy-009aTp-WD; Fri, 29 Apr 2022 05:33:31 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nkJFv-009aSd-L9 for linux-arm-kernel@lists.infradead.org; Fri, 29 Apr 2022 05:33:28 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 8DEFE80C1; Fri, 29 Apr 2022 05:30:19 +0000 (UTC) Date: Fri, 29 Apr 2022 08:33:25 +0300 From: Tony Lindgren To: Arnd Bergmann Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jmkrzyszt@gmail.com, aaro.koskinen@iki.fi, vireshk@kernel.org, shiraz.linux.kernel@gmail.com, nsekhar@ti.com, brgl@bgdev.pl, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH 1/6] ARM: omap2: remove include/mach/ subdirectory Message-ID: References: <20220428133210.990808-1-arnd@kernel.org> <20220428133210.990808-2-arnd@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220428133210.990808-2-arnd@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220428_223327_748955_870F62AD X-CRM114-Status: UNSURE ( 8.28 ) X-CRM114-Notice: Please train this message. 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 * Arnd Bergmann [220428 13:29]: > From: Arnd Bergmann > > mach/serial.h is only included from arch/arm/mach-omap2/serial.h, > and the other two files are unused and empty. > > Remove the directory by relocating the contents of mach/serial.h > and dropping all other references. Reviewed-by: Tony Lindgren Tested-by: Tony Lindgren _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel