Browse Source

usb: musb: dsps: Remove duplicate inclusion of linux/of.h

linux/of.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Sachin Kamat 12 years ago
parent
commit
7e56e621ce
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/usb/musb/musb_dsps.c

+ 0 - 1
drivers/usb/musb/musb_dsps.c

@@ -31,7 +31,6 @@
 
 #include <linux/init.h>
 #include <linux/io.h>
-#include <linux/of.h>
 #include <linux/err.h>
 #include <linux/platform_device.h>
 #include <linux/dma-mapping.h>