Skip to content

Commit

Permalink
mmc: ushc: Remove duplicate include of usb.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Chris Ball committed Jan 26, 2011
1 parent 6663050 commit 021cb59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/host/ushc.c
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 021cb59

Please sign in to comment.