From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] serial: omap: fix compile breakage Date: Fri, 7 Sep 2012 08:40:08 -0700 Message-ID: <20120907154008.GA21216@kroah.com> References: <20120907153136.GA8634@kroah.com> <1347032059-8901-1-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-ie0-f174.google.com ([209.85.223.174]:40377 "EHLO mail-ie0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751304Ab2IGPmr (ORCPT ); Fri, 7 Sep 2012 11:42:47 -0400 Received: by ieje11 with SMTP id e11so5257828iej.19 for ; Fri, 07 Sep 2012 08:42:46 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1347032059-8901-1-git-send-email-balbi@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Balbi Cc: alan@linux.intel.com, Tony Lindgren , Kevin Hilman , Linux OMAP Mailing List , Linux ARM Kernel Mailing List , linux-serial@vger.kernel.org, Linux Kernel Mailing List , Santosh Shilimkar , Shubhrajyoti Datta , Sourav Poddar On Fri, Sep 07, 2012 at 06:34:19PM +0300, Felipe Balbi wrote: > when rebasing patches on top of Greg's tty-next, > it looks like automerge broke a few things which > I didn't catch (for whatever reason I didn't > have OMAP Serial enabled on .config) so I ended > up breaking the build on Greg's tty-next branch. > > Fix the breakage by re-adding the three missing > members on struct uart_omap_port. > > Reported-by: Tony Lindgren > Signed-off-by: Felipe Balbi > --- > > Hi Greg, > > I just fetched your tree again and rebased again just to > make sure. Everything is fine here, let me know if it > still applies with fuzz. That worked, thanks. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Fri, 7 Sep 2012 08:40:08 -0700 Subject: [PATCH] serial: omap: fix compile breakage In-Reply-To: <1347032059-8901-1-git-send-email-balbi@ti.com> References: <20120907153136.GA8634@kroah.com> <1347032059-8901-1-git-send-email-balbi@ti.com> Message-ID: <20120907154008.GA21216@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Sep 07, 2012 at 06:34:19PM +0300, Felipe Balbi wrote: > when rebasing patches on top of Greg's tty-next, > it looks like automerge broke a few things which > I didn't catch (for whatever reason I didn't > have OMAP Serial enabled on .config) so I ended > up breaking the build on Greg's tty-next branch. > > Fix the breakage by re-adding the three missing > members on struct uart_omap_port. > > Reported-by: Tony Lindgren > Signed-off-by: Felipe Balbi > --- > > Hi Greg, > > I just fetched your tree again and rebased again just to > make sure. Everything is fine here, let me know if it > still applies with fuzz. That worked, thanks. greg k-h