diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-19 06:33:15 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-01-10 07:14:03 -0500 |
commit | 7e56e621ce9cf4604694c969087456aced338be6 (patch) | |
tree | 68fcdedd626a7c5e086e13d94fd9c61aca5ccbc5 | |
parent | 80ab72e176d6691fef30ac59e0b5ad16d4180ec5 (diff) |
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>
-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 @@ | |||
31 | 31 | ||
32 | #include <linux/init.h> | 32 | #include <linux/init.h> |
33 | #include <linux/io.h> | 33 | #include <linux/io.h> |
34 | #include <linux/of.h> | ||
35 | #include <linux/err.h> | 34 | #include <linux/err.h> |
36 | #include <linux/platform_device.h> | 35 | #include <linux/platform_device.h> |
37 | #include <linux/dma-mapping.h> | 36 | #include <linux/dma-mapping.h> |