]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] integrator,realview,versatile: remove FLASH_* and EPROM_* constants
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 13 Nov 2008 14:43:03 +0000 (14:43 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 13 Nov 2008 14:47:59 +0000 (14:47 +0000)
commit43dcea2867f07e365b1423694d7cb648e5a2716b
tree72f24518bc6a9613f28c26f845e006db4ff0e479
parentf43aa1aeeffdf6bc0d22fb151a5374831d613e03
[ARM] integrator,realview,versatile: remove FLASH_* and EPROM_* constants

FLASH_* and EPROM_* constants are unused, and clash with drivers:

drivers/atm/ambassador.h:257:1: warning: "FLASH_BASE" redefined
drivers/atm/ambassador.h:258:1: warning: "FLASH_SIZE" redefined
drivers/atm/iphase.h:332:1: warning: "EPROM_SIZE" redefined

so remove them.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-integrator/include/mach/platform.h
arch/arm/mach-realview/include/mach/platform.h
arch/arm/mach-versatile/include/mach/platform.h