1
0
Fork 0
alistair23-linux/arch/arm/mach-tcc8k
Nicolas Pitre 6451d7783b arm: remove machine_desc.io_pg_offst and .phys_io
Since we're now using addruart to establish the debug mapping, we can
remove the io_pg_offst and phys_io members of struct machine_desc.

The various declarations were removed using the following script:

  grep -rl MACHINE_START arch/arm | xargs \
  sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'

[ Initial patch was from Jeremy Kerr, example script from Russell King ]

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Eric Miao <eric.miao at canonical.com>
2010-10-20 00:27:46 -04:00
..
Kconfig ARM: Add board support for Telechips TCC8000-SDK board 2010-09-17 21:55:09 +02:00
Makefile ARM: Add board support for Telechips TCC8000-SDK board 2010-09-17 21:55:09 +02:00
Makefile.boot ARM: Add board support for Telechips TCC8000-SDK board 2010-09-17 21:55:09 +02:00
board-tcc8000-sdk.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
clock.c ARM: Add TCC8xxx system timer 2010-09-17 21:55:08 +02:00
common.h ARM: Add common platform devices for TCC8xxx SoCs 2010-09-17 21:55:09 +02:00
devices.c ARM: Add common platform devices for TCC8xxx SoCs 2010-09-17 21:55:09 +02:00
io.c ARM: Basic IO mappings for mach-tcc8k 2010-09-17 21:55:08 +02:00
irq.c ARM: Introduce plat-tcc irq framework 2010-09-17 21:55:08 +02:00
time.c ARM: Add TCC8xxx system timer 2010-09-17 21:55:08 +02:00