Browse Source

ARM: OMAP2+: Make debug-devices.h local

This can be local to mach-omap2.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Tony Lindgren 12 years ago
parent
commit
6cf4fdae40
2 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-omap2/board-h4.c
  2. 0 0
      arch/arm/mach-omap2/debug-devices.h

+ 1 - 1
arch/arm/mach-omap2/board-h4.c

@@ -34,7 +34,7 @@
 #include <plat/menelaus.h>
 #include <plat/dma.h>
 #include <plat/gpmc.h>
-#include <plat/debug-devices.h>
+#include "debug-devices.h"
 
 #include <video/omapdss.h>
 #include <video/omap-panel-generic-dpi.h>

+ 0 - 0
arch/arm/plat-omap/include/plat/debug-devices.h → arch/arm/mach-omap2/debug-devices.h