From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754533Ab0CCQpH (ORCPT ); Wed, 3 Mar 2010 11:45:07 -0500 Received: from mail-yw0-f197.google.com ([209.85.211.197]:49725 "EHLO mail-yw0-f197.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754131Ab0CCQpF convert rfc822-to-8bit (ORCPT ); Wed, 3 Mar 2010 11:45:05 -0500 MIME-Version: 1.0 In-Reply-To: References: <20100303.025026.243831910.davem@davemloft.net> <20100303.080449.172546594.davem@davemloft.net> From: Grant Likely Date: Wed, 3 Mar 2010 09:44:44 -0700 X-Google-Sender-Auth: 49638fef53d9d57b Message-ID: Subject: Re: [PATCH] uartlite: Fix build on sparc. To: David Miller Cc: linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 3, 2010 at 9:40 AM, Grant Likely wrote: > On Wed, Mar 3, 2010 at 9:04 AM, David Miller wrote: >> From: Grant Likely >> Date: Wed, 3 Mar 2010 08:51:27 -0700 >> >>> Or if you prefer, I could expedite my patch that moves >>> of_address_to_resource() into common code (it's currently in my test >>> branch).  I wasn't planning to merge it until 2.6.35, but it is pretty >>> low risk so I'd be comfortable merging it now. >> >> I prefer if you deal with it this way. > > Hmmm... on second look my patch depends on a bunch of other stuff that > doesn't work with sparc yet.  grumble.  Sorry, this isn't going to > work yet.  I'll have to block out the uartlite driver instead.  In the > mean time I'll change the Kconfig to omit uartlite on sparc. /me looks at the Kconfig. Double grumble. Yeah, you're right. The place to change it is in the .c file. g.