linux/arch/arm/mach-s3c2416
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: SMDK2416: Add support for framebuffer device and ensure correct setup 2010-05-18 18:46:30 +09:00
Makefile ARM: S3C2416: Add basic clock support 2010-05-10 11:44:43 +09:00
clock.c ARM: S3C2416: Add basic clock support 2010-05-10 11:44:43 +09:00
irq.c ARM: S3C2416: Add arch support 2010-05-10 11:44:39 +09:00
mach-smdk2416.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
s3c2416.c s3c-fb: add device name initialization 2010-08-11 08:59:10 -07:00