diff options
author | Paul Walmsley | 2012-04-13 06:34:30 -0600 |
---|---|---|
committer | Paul Walmsley | 2012-04-13 06:34:30 -0600 |
commit | 6cc1a7387d94deda3267f8a75c668fe679f09b2c (patch) | |
tree | 6b59c5f7595754ff31bb8cf3fddf2322df101cb0 | |
parent | bc4d8b5f9f9dfe155f9e007739a5bb90f79db297 (diff) |
ARM: OMAP: USB: remove unnecessary sideways include
Remove the include of mach-omap2/common.h from plat-omap/usb.c. It
appears to be unneeded. Removing it also resolves the sparse warning:
arch/arm/plat-omap/../mach-omap2/common.h:183:12: warning: symbol 'omap_intc_of_init' was not declared. Should it be static?
Signed-off-by: Paul Walmsley <paul@pwsan.com>
-rw-r--r-- | arch/arm/plat-omap/usb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/usb.c b/arch/arm/plat-omap/usb.c index d2bbfd1cb0b5..ab6238815eb2 100644 --- a/arch/arm/plat-omap/usb.c +++ b/arch/arm/plat-omap/usb.c @@ -31,8 +31,6 @@ #include <mach/hardware.h> -#include "../mach-omap2/common.h" - #ifdef CONFIG_ARCH_OMAP_OTG void __init |