Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753794Ab0GNMaq (ORCPT ); Wed, 14 Jul 2010 08:30:46 -0400 Received: from mail-vw0-f46.google.com ([209.85.212.46]:37834 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752454Ab0GNMao convert rfc822-to-8bit (ORCPT ); Wed, 14 Jul 2010 08:30:44 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=xk3iPmLeUE6D9xoC1OZ+xiNEqrdRvVk6Up7LLZFMxrUMO0ILgL3IwYi4nTXnTjn/9w ItVHi4WasvCvkGbhJgha9XP8wP5yMFsS9AC5s7K4EaTySrTAfGHAAP+e0sM88iYC1/K8 4CDuI8v3JQL6rjL+/Ce3XIdyxjSNFHVBex7Nc= MIME-Version: 1.0 In-Reply-To: References: From: Eric Miao Date: Wed, 14 Jul 2010 20:30:23 +0800 Message-ID: Subject: Re: [PATCH 2/3] usb/{gadget,host}: Remove dead CONFIG_CPU_PXA27x To: Christian Dietrich Cc: Russell King , David Brownell , Greg Kroah-Hartman , Robert Jarzmik , H Hartley Sweeten , =?UTF-8?Q?Andr=C3=A9_Goddard_Rosa?= , Tejun Heo , Andrew Morton , Mike Rapoport , Alexey Dobriyan , linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, vamos-dev@i4.informatik.uni-erlangen.de Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1134 Lines: 27 On Wed, Jul 14, 2010 at 7:32 PM, Christian Dietrich wrote: > CONFIG_CPU_PXA27x doesn't exist in Kconfig, therefore removing all > references for it from the source code. > > Signed-off-by: Christian Dietrich > --- >  drivers/usb/gadget/pxa27x_udc.c |   16 ---------------- >  drivers/usb/host/ohci-pxa27x.c  |    8 -------- >  2 files changed, 0 insertions(+), 24 deletions(-) > > diff --git a/drivers/usb/gadget/pxa27x_udc.c b/drivers/usb/gadget/pxa27x_udc.c > index 85b0d89..73783f5 100644 > --- a/drivers/usb/gadget/pxa27x_udc.c > +++ b/drivers/usb/gadget/pxa27x_udc.c > @@ -2561,12 +2561,6 @@ static void pxa_udc_shutdown(struct platform_device *_dev) >                udc_disable(udc); >  } > > -#ifdef CONFIG_CPU_PXA27x This should be CONFIG_PXA27x, I'll prepare a patch on this. -- 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/