From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [PATCH 6/8] serial: xilinx_uartps: kill CONFIG_OF conditional Date: Mon, 5 Nov 2012 13:16:05 +0100 Message-ID: References: <61e872b2cd4abc25c2dab82668e5094b590571a0.1351721190.git.josh.cartwright@ni.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <61e872b2cd4abc25c2dab82668e5094b590571a0.1351721190.git.josh.cartwright@ni.com> Sender: linux-serial-owner@vger.kernel.org To: Josh Cartwright Cc: Grant Likely , Rob Herring , Russell King , Mike Turquette , John Stultz , Thomas Gleixner , Alan Cox , Greg Kroah-Hartman , John Linn , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org List-Id: devicetree@vger.kernel.org 2012/10/30 Josh Cartwright : > The Zynq platform requires the use of CONFIG_OF. Remove the #ifdef > conditionals in the uartps driver. > > Signed-off-by: Josh Cartwright > --- > drivers/tty/serial/xilinx_uartps.c | 9 --------- > 1 file changed, 9 deletions(-) Please send this separately out of this patchset. Also if you do this change which is understandable, you should also add depends on OF Thanks, Michal