diff options
author | Jon Hunter <jon-hunter@ti.com> | 2012-11-13 16:02:20 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-12-14 11:48:06 -0800 |
commit | 657b9deeed33cfb6f7171361accc6982727d2e0b (patch) | |
tree | 0890265516abc79dbd85cb992472adf49e440c3b /arch/arm/plat-omap/include | |
parent | 86c35960852b726a1d773ae65302dcfb24267180 (diff) |
ARM: OMAP: Remove debug-devices.c
The OMAP2420 H4 board was the only board using the
plat-omap/debug-devices.c code for configuring ethernet support. Now
that OMAP2420 H4 has been migrated to use the generic gpmc code for
configuring ethernet support, the debug-devices.c file is no longer
used and so remove it and its header file.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r-- | arch/arm/plat-omap/include/plat/debug-devices.h | 2 |
1 files changed, 0 insertions, 2 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 8fc4287222d..00000000000 --- a/arch/arm/plat-omap/include/plat/debug-devices.h +++ /dev/null @@ -1,2 +0,0 @@ -/* for TI reference platforms sharing the same debug card */ -extern int debug_card_init(u32 addr, unsigned gpio); |