Skip to content

Commit

Permalink
ARM: OMAP: Remove debug-devices.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jon Hunter authored and Tony Lindgren committed Dec 14, 2012
1 parent 86c3596 commit 657b9de
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.
1 change: 0 additions & 1 deletion arch/arm/plat-omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ obj- :=
# omap_device support (OMAP2+ only at the moment)

obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o
obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o
obj-y += $(i2c-omap-m) $(i2c-omap-y)
Expand Down
92 changes: 0 additions & 92 deletions arch/arm/plat-omap/debug-devices.c

This file was deleted.

2 changes: 0 additions & 2 deletions arch/arm/plat-omap/include/plat/debug-devices.h

This file was deleted.

0 comments on commit 657b9de

Please sign in to comment.