From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 01/10] of: Add empty for_each_available_child_of_node() macro definition Date: Tue, 29 Oct 2013 00:50:30 -0500 Message-ID: References: <3518ab21e436f5c1a7bdd900a796bb05f9162bbf.1382985169.git.joshc@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <3518ab21e436f5c1a7bdd900a796bb05f9162bbf.1382985169.git.joshc@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org To: Josh Cartwright Cc: Grant Likely , Rob Herring , Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , linux-arm-msm , "devicetree@vger.kernel.org" , Sagar Dharia , Gilad Avidov , Michael Bohan List-Id: devicetree@vger.kernel.org On Mon, Oct 28, 2013 at 1:12 PM, Josh Cartwright wrote: > From: Sylwester Nawrocki > > Add this empty macro definition so users can be compiled without > excluding this macro call with preprocessor directives when CONFIG_OF > is disabled. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park I'm assuming the rest of this is not going to make 3.13, so I've applied this for 3.13. Rob