summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_dsps.c
diff options
context:
space:
mode:
authorSachin Kamat2012-11-19 12:33:15 +0100
committerFelipe Balbi2013-01-10 13:14:03 +0100
commit7e56e621ce9cf4604694c969087456aced338be6 (patch)
tree68fcdedd626a7c5e086e13d94fd9c61aca5ccbc5 /drivers/usb/musb/musb_dsps.c
parentusb: musb: omap2430: fix the readiness check in omap_musb_mailbox (diff)
downloadkernel-qcow2-linux-7e56e621ce9cf4604694c969087456aced338be6.tar.gz
kernel-qcow2-linux-7e56e621ce9cf4604694c969087456aced338be6.tar.xz
kernel-qcow2-linux-7e56e621ce9cf4604694c969087456aced338be6.zip
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>
Diffstat (limited to 'drivers/usb/musb/musb_dsps.c')
-rw-r--r--drivers/usb/musb/musb_dsps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c
index e6f2ae8368bb..dd1392b75f57 100644
--- a/drivers/usb/musb/musb_dsps.c
+++ b/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>