Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760953Ab1D2VPm (ORCPT ); Fri, 29 Apr 2011 17:15:42 -0400 Received: from kroah.org ([198.145.64.141]:52143 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760875Ab1D2VPl (ORCPT ); Fri, 29 Apr 2011 17:15:41 -0400 Date: Fri, 29 Apr 2011 14:14:34 -0700 From: Greg KH To: johnlinn@comcast.net Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, alan@lxorguk.ukuu.org.uk, michal.simek@petalogix.com, joe@perches.com, grant.likely@secretlab.ca, John Linn Subject: Re: [PATCH V4] tty/serial: add support for Xilinx PS UART Message-ID: <20110429211434.GA1355@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1096 Lines: 28 On Wed, Apr 27, 2011 at 12:17:36PM -0600, johnlinn@comcast.net wrote: > From: John Linn > > The Xilinx PS Uart is used on the new ARM based SoC. This > UART is not compatible with others such that a seperate > driver is required. > > Signed-off-by: John Linn I get build failures with this patch: CC [M] drivers/tty/serial/xilinx_uartps.o drivers/tty/serial/xilinx_uartps.c: In function ‘xuartps_get_port’: drivers/tty/serial/xilinx_uartps.c:785:14: error: ‘NO_IRQ’ undeclared (first use in this function) drivers/tty/serial/xilinx_uartps.c:785:14: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [drivers/tty/serial/xilinx_uartps.o] Error 1 Care to fix this up so it's in a state I can properly apply it to the tree? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/