aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-20 11:41:30 -0700
committerTony Lindgren <tony@atomide.com>2012-09-20 15:02:41 -0700
commit6cf4fdae4078785695e6424b8f9a4d58e1a2a368 (patch)
treec6dc02749900f363f8691021079bc4b560b24545 /arch/arm/plat-omap
parentARM: OMAP1: Move board-voiceblue.h from plat to mach (diff)
downloadlinux-dev-6cf4fdae4078785695e6424b8f9a4d58e1a2a368.tar.xz
linux-dev-6cf4fdae4078785695e6424b8f9a4d58e1a2a368.zip
ARM: OMAP2+: Make debug-devices.h local
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/include/plat/debug-devices.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/plat-omap/include/plat/debug-devices.h b/arch/arm/plat-omap/include/plat/debug-devices.h
deleted file mode 100644
index a4edbd2f7484..000000000000
--- a/arch/arm/plat-omap/include/plat/debug-devices.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _OMAP_DEBUG_DEVICES_H
-#define _OMAP_DEBUG_DEVICES_H
-
-#include <linux/types.h>
-
-/* for TI reference platforms sharing the same debug card */
-extern int debug_card_init(u32 addr, unsigned gpio);
-
-#endif