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 F12BFC433EF for ; Fri, 29 Apr 2022 05:33:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352148AbiD2Fgr (ORCPT ); Fri, 29 Apr 2022 01:36:47 -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-kernel@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