[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090207000148.GF31059@kroah.com>
Date: Fri, 6 Feb 2009 16:01:48 -0800
From: Greg KH <greg@...ah.com>
To: Bryan Wu <cooloney@...nel.org>
Cc: felipe.balbi@...ia.com, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, Mike Frysinger <vapier.adi@...il.com>
Subject: Re: [PATCH] usb: musb: tweak musb_read_fifo() to avoid unused
warnings
On Fri, Feb 06, 2009 at 06:22:16PM +0800, Bryan Wu wrote:
> From: Mike Frysinger <vapier.adi@...il.com>
>
> Signed-off-by: Mike Frysinger <vapier.adi@...il.com>
> Signed-off-by: Bryan Wu <cooloney@...nel.org>
> ---
> drivers/usb/musb/blackfin.c | 9 +++++----
> 1 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c
> index 7861348..0ebb19d 100644
> --- a/drivers/usb/musb/blackfin.c
> +++ b/drivers/usb/musb/blackfin.c
> @@ -54,13 +54,11 @@ void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src)
> void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst)
> {
> void __iomem *fifo = hw_ep->fifo;
> +
> +#ifdef CONFIG_BF52x
Any way we can just not have ifdefs in .c files alltogether?
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists