commit | c2f5ccfbd5198cadd03d8c4bb0e28175b78cd910 | [log] [tgz] |
---|---|---|
author | Andrew Victor <andrew@sanpeople.com> | Mon Dec 04 09:37:20 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 04 14:37:36 2006 +0000 |
tree | 22fad72f22ab1ffaf855051070dbc11b2868d5e8 | |
parent | c019d49b69237f195b1a31d90facf738a371841f [diff] |
[ARM] 3973/1: AT91: Serial driver compile fix 1. The CPU identification has moved from <system.h> to <cpu.h>. 2. AT91RM9200_BASE_US0 is only defined if we are compiling in support for the AT91RM9200. Therefore we need to replace the CONFIG_ARM ifdef with CONFIG_ARCH_AT91RM9200 Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>