Re: [PATCH 2/3] usb/{gadget,host}: Remove dead CONFIG_CPU_PXA27x

From: Eric Miao
Date: Wed Jul 14 2010 - 08:30:52 EST


On Wed, Jul 14, 2010 at 7:32 PM, Christian Dietrich
<qy03fugy@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> CONFIG_CPU_PXA27x doesn't exist in Kconfig, therefore removing all
> references for it from the source code.
>
> Signed-off-by: Christian Dietrich <qy03fugy@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
> ---
> Â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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/