Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: ushc: Remove duplicate include of usb.h

Including usb.h once is enough in drivers/mmc/host/ushc.c
This removes the duplicate.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Chris Ball <cjb@laptop.org>

authored by

Jesper Juhl and committed by
Chris Ball
021cb59a 6663050e

-1
-1
drivers/mmc/host/ushc.c
··· 19 19 #include <linux/module.h> 20 20 #include <linux/usb.h> 21 21 #include <linux/kernel.h> 22 - #include <linux/usb.h> 23 22 #include <linux/slab.h> 24 23 #include <linux/dma-mapping.h> 25 24 #include <linux/mmc/host.h>