diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 14:41:30 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 18:02:41 -0400 |
commit | 6cf4fdae4078785695e6424b8f9a4d58e1a2a368 (patch) | |
tree | c6dc02749900f363f8691021079bc4b560b24545 /arch/arm/plat-omap | |
parent | c510da1c642b56d32206b2d9d62098784063d152 (diff) |
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.h | 9 |
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 a4edbd2f748..00000000000 --- a/arch/arm/plat-omap/include/plat/debug-devices.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #ifndef _OMAP_DEBUG_DEVICES_H | ||
2 | #define _OMAP_DEBUG_DEVICES_H | ||
3 | |||
4 | #include <linux/types.h> | ||
5 | |||
6 | /* for TI reference platforms sharing the same debug card */ | ||
7 | extern int debug_card_init(u32 addr, unsigned gpio); | ||
8 | |||
9 | #endif | ||