Skip to content

Commit

Permalink
ARM: OMAP: USB: remove unnecessary sideways include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Walmsley committed Apr 13, 2012
1 parent bc4d8b5 commit 6cc1a73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/plat-omap/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

#include <mach/hardware.h>

#include "../mach-omap2/common.h"

#ifdef CONFIG_ARCH_OMAP_OTG

void __init
Expand Down

0 comments on commit 6cc1a73

Please sign in to comment.