diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-19 12:33:15 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-01-10 13:14:03 +0100 |
commit | 7e56e621ce9cf4604694c969087456aced338be6 (patch) | |
tree | 68fcdedd626a7c5e086e13d94fd9c61aca5ccbc5 /drivers/usb/musb/musb_dsps.c | |
parent | usb: musb: omap2430: fix the readiness check in omap_musb_mailbox (diff) | |
download | linux-7e56e621ce9cf4604694c969087456aced338be6.tar.xz 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.c | 1 |
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> |