Re: [PATCH] MMC, USHC: Don't double include usb.h in ushc.c

2011-01-24 Thread Jesper Juhl
On Mon, 24 Jan 2011, Chris Ball wrote: > Hi, > > On Mon, Jan 24, 2011 at 10:05:05PM +0100, Jesper Juhl wrote: > > > I've already replied to you ACKing this patch, and pushed it to mmc-next. > > > > > Odd, I don't see that in my mailbox :-( But then I've had a few incidents > > of being bling i

Re: [PATCH] MMC, USHC: Don't double include usb.h in ushc.c

2011-01-24 Thread Chris Ball
Hi, On Mon, Jan 24, 2011 at 10:05:05PM +0100, Jesper Juhl wrote: > > I've already replied to you ACKing this patch, and pushed it to mmc-next. > > > Odd, I don't see that in my mailbox :-( But then I've had a few incidents > of being bling in that regard lately, so it's probably my fault. Sorry

Re: [PATCH] MMC, USHC: Don't double include usb.h in ushc.c

2011-01-24 Thread Jesper Juhl
On Mon, 24 Jan 2011, Chris Ball wrote: > Jesper, > > On Mon, Jan 24, 2011 at 09:59:25PM +0100, Jesper Juhl wrote: > > We include linux/usb.h twice in drivers/mmc/host/ushc.c - once is enough. > > > > Signed-off-by: Jesper Juhl > > --- > > ushc.c |1 - > > 1 file changed, 1 deletion(-) > >

Re: [PATCH] MMC, USHC: Don't double include usb.h in ushc.c

2011-01-24 Thread Chris Ball
Jesper, On Mon, Jan 24, 2011 at 09:59:25PM +0100, Jesper Juhl wrote: > We include linux/usb.h twice in drivers/mmc/host/ushc.c - once is enough. > > Signed-off-by: Jesper Juhl > --- > ushc.c |1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/mmc/host/ushc.c b/drivers/mmc/host/u

[PATCH] MMC, USHC: Don't double include usb.h in ushc.c

2011-01-24 Thread Jesper Juhl
We include linux/usb.h twice in drivers/mmc/host/ushc.c - once is enough. Signed-off-by: Jesper Juhl --- ushc.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/ushc.c b/drivers/mmc/host/ushc.c index f8f65df..f08f944 100644 --- a/drivers/mmc/host/ushc.c +++ b/drivers/mmc/ho