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

From: Jiri Kosina
Date: Mon Jan 10 2011 - 16:38:09 EST


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 <jj@xxxxxxxxxxxxx>
> ---
> 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/host/ushc.c
> @@ -19,7 +19,6 @@
> #include <linux/module.h>
> #include <linux/usb.h>
> #include <linux/kernel.h>
> -#include <linux/usb.h>
> #include <linux/slab.h>
> #include <linux/dma-mapping.h>
> #include <linux/mmc/host.h>

Applied, thanks.

--
Jiri Kosina
SUSE Labs, Novell Inc.
--
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/