Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 021cb59a authored by Jesper Juhl's avatar Jesper Juhl Committed by Chris Ball
Browse files

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: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 6663050e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>