From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas KANDAGATLA Subject: Re: [RFC 2/8] ARM:global_timer: Add ARM global timer support. Date: Thu, 09 May 2013 15:51:17 +0100 Message-ID: <518BB7E5.4070402@st.com> References: <1368022187-1633-1-git-send-email-srinivas.kandagatla@st.com> <201305081638.23100.arnd@arndb.de> <518BADBF.4070303@st.com> <201305091651.13896.arnd@arndb.de> Reply-To: srinivas.kandagatla@st.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201305091651.13896.arnd@arndb.de> Sender: linux-serial-owner@vger.kernel.org To: Arnd Bergmann Cc: Dave Martin , linux-doc@vger.kernel.org, Viresh Kumar , Linus Walleij , will.deacon@arm.com, Grant Likely , Jiri Slaby , linux@arm.linux.org.uk, Samuel Ortiz , Nicolas Pitre , linux-serial@vger.kernel.org, Jason Cooper , Marc Zyngier , devicetree-discuss@lists.ozlabs.org, Rob Herring , Stuart Menefy , Stephen Warren , Dong Aisheng , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Mark Brown , linux-kernel@vger.kernel.org, Rob Landley , Olof Johansson Maxime Ripard List-Id: devicetree@vger.kernel.org On 09/05/13 15:51, Arnd Bergmann wrote: > It won't. > >> > Looking at the code in clocksource_of_init it just goes through the >> > of_device_id table, which is not used in case of non-DT. > All new platforms are DT-only, and none of the old platforms use this > driver, so it does not matter. > It makes sense, I will remove the header file. > Arnd >