Skip to content
Snippets Groups Projects
Commit 6cc1a738 authored by Paul Walmsley's avatar Paul Walmsley
Browse files

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: default avatarPaul Walmsley <paul@pwsan.com>
parent bc4d8b5f
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,6 @@
#include <mach/hardware.h>
#include "../mach-omap2/common.h"
#ifdef CONFIG_ARCH_OMAP_OTG
void __init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment