Skip to content

Commit

Permalink
USB: remove duplicated #include
Browse files Browse the repository at this point in the history
Remove duplicated #include('s) in
  drivers/usb/core/hcd.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Huang Weiyi authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 0df4d8e commit 45f30e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/core/hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <asm/unaligned.h>
#include <linux/platform_device.h>
#include <linux/workqueue.h>
#include <linux/mutex.h>
#include <linux/pm_runtime.h>

#include <linux/usb.h>
Expand Down

0 comments on commit 45f30e0

Please sign in to comment.