From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966811AbeBNEMO (ORCPT ); Tue, 13 Feb 2018 23:12:14 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:41541 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966705AbeBNEMM (ORCPT ); Tue, 13 Feb 2018 23:12:12 -0500 Subject: Re: [PATCH v7 3/9] arm: omap: Move dmtimer.h out of plat-omap To: Tony Lindgren , Suman Anna CC: "daniel.lezcano@linaro.org" , "thierry.reding@gmail.com" , "aaro.koskinen@iki.fi" , "Claudiu.Beznea@microchip.com" , "narmstrong@baylibre.com" , "linux-pwm@vger.kernel.org" , "ladis@linux-mips.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "sebastian.reichel@collabora.co.uk" , "linux-omap@vger.kernel.org" , "robh+dt@kernel.org" , "Kristo, Tero" , "Strashko, Grygorii" References: <1515478987-5786-1-git-send-email-j-keerthy@ti.com> <1515478987-5786-4-git-send-email-j-keerthy@ti.com> <1c9f5c72-f589-d7c7-399f-ef55ecb828a0@ti.com> <20180213150900.GD6364@atomide.com> From: Keerthy Message-ID: <2f94e782-7925-e42d-d0e1-dbad92f69a83@ti.com> Date: Wed, 14 Feb 2018 09:41:23 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180213150900.GD6364@atomide.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 13 February 2018 08:39 PM, Tony Lindgren wrote: > * Suman Anna [180213 02:07]: >> On 01/09/2018 12:23 AM, J, KEERTHY wrote: >>> The header file is currently under plat-omap directory >>> under arch/omap. Move this out to an accessible place. >>> @@ -18,7 +18,7 @@ >>> #include >>> #include >>> #include >>> -#include >>> +#include >> >> These headers are actually not needed in the first-place since we no >> longer create any non-DT timer devices. I have submitted a series to >> cleanup the presence of this header file, as part of a larger hwmod data >> cleanup series. > > OK great. Keerthy, care to take a look? Seems like it > simplifies things a bit. Sure Tony. I will look into this. > > Regards, > > Tony >