diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-09-15 12:30:11 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-15 12:30:11 +0100 |
commit | fea2efe3bba15f0aa8f840fbe052699808187cb6 (patch) | |
tree | a2531cec2b7d6b8f1ae644a18eed9086510c93e4 /include/asm-arm/arch-iop3xx | |
parent | 1619cca2921f6927f4240e03f413d4165c7002fc (diff) | |
download | linux-stable-fea2efe3bba15f0aa8f840fbe052699808187cb6.tar.gz linux-stable-fea2efe3bba15f0aa8f840fbe052699808187cb6.tar.bz2 linux-stable-fea2efe3bba15f0aa8f840fbe052699808187cb6.zip |
[ARM] Remove PFN_TO_NID for !DISCONTIGMEM
Platform classes need not define PFN_TO_NID when DISCONTIGMEM is
not selected.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-iop3xx')
-rw-r--r-- | include/asm-arm/arch-iop3xx/memory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/arch-iop3xx/memory.h b/include/asm-arm/arch-iop3xx/memory.h index dc4735cb0c10..45351f5cd904 100644 --- a/include/asm-arm/arch-iop3xx/memory.h +++ b/include/asm-arm/arch-iop3xx/memory.h @@ -36,6 +36,4 @@ #endif -#define PFN_TO_NID(addr) (0) - #endif |