Re: [PATCH] USB SD Host Controller: Including usb.h once is enough

2011-01-10 Thread Jiri Kosina
On Mon, 10 Jan 2011, Chris Ball wrote: > Hi Jesper, > > On Mon, Jan 10, 2011 at 10:19:11PM +0100, Jesper Juhl wrote: > > > On Mon, Jan 10, 2011 at 09:56:08PM +0100, Jesper Juhl wrote: > > > > > > > > Including usb.h once is enough in drivers/mmc/host/ushc.c > > > > This removes the duplicate. >

Re: [PATCH] USB SD Host Controller: Including usb.h once is enough

2011-01-10 Thread Jiri Kosina
On Mon, 10 Jan 2011, Jesper Juhl wrote: > > Including usb.h once is enough in drivers/mmc/host/ushc.c > This removes the duplicate. > > > 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 > i

Re: [PATCH] USB SD Host Controller: Including usb.h once is enough

2011-01-10 Thread Chris Ball
Hi Jesper, On Mon, Jan 10, 2011 at 10:19:11PM +0100, Jesper Juhl wrote: > > On Mon, Jan 10, 2011 at 09:56:08PM +0100, Jesper Juhl wrote: > > > > > > Including usb.h once is enough in drivers/mmc/host/ushc.c > > > This removes the duplicate. > > > > > > > > > Signed-off-by: Jesper Juhl Thanks,

Re: [PATCH] USB SD Host Controller: Including usb.h once is enough

2011-01-10 Thread Jesper Juhl
On Mon, 10 Jan 2011, Wolfram Sang wrote: > On Mon, Jan 10, 2011 at 09:56:08PM +0100, Jesper Juhl wrote: > > > > Including usb.h once is enough in drivers/mmc/host/ushc.c > > This removes the duplicate. > > > > > > Signed-off-by: Jesper Juhl > > Correct. Why the newlines in the commit-msg? >

Re: [PATCH] USB SD Host Controller: Including usb.h once is enough

2011-01-10 Thread Wolfram Sang
On Mon, Jan 10, 2011 at 09:56:08PM +0100, Jesper Juhl wrote: > > Including usb.h once is enough in drivers/mmc/host/ushc.c > This removes the duplicate. > > > Signed-off-by: Jesper Juhl Correct. Why the newlines in the commit-msg? Regards, Wolfram -- Pengutronix e.K.

[PATCH] USB SD Host Controller: Including usb.h once is enough

2011-01-10 Thread Jesper Juhl
Including usb.h once is enough in drivers/mmc/host/ushc.c This removes the duplicate. 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/