diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-13 09:53:08 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-13 10:04:52 -0500 |
commit | d9a682a592ff5905d328c648fd30ee7fa12ce8ab (patch) | |
tree | 5a6a09c4a9cef6f29dcab95f36db5ac6b6e6578d /drivers/mtd/maps/cdb89712.c | |
parent | 1e8b0416ca387d754410a4e5d6b92ad6e2fb00eb (diff) |
[ARM] cdb89712,clps7500,h720x: avoid namespace clash for FLASH_* constants
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mtd/maps/cdb89712.c')
-rw-r--r-- | drivers/mtd/maps/cdb89712.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mtd/maps/cdb89712.c b/drivers/mtd/maps/cdb89712.c index e5059aa3c724..d7bc4299b19c 100644 --- a/drivers/mtd/maps/cdb89712.c +++ b/drivers/mtd/maps/cdb89712.c | |||
@@ -15,7 +15,9 @@ | |||
15 | #include <linux/mtd/partitions.h> | 15 | #include <linux/mtd/partitions.h> |
16 | 16 | ||
17 | 17 | ||
18 | 18 | #define FLASH_START 0x00000000 | |
19 | #define FLASH_SIZE 0x800000 | ||
20 | #define FLASH_WIDTH 4 | ||
19 | 21 | ||
20 | static struct mtd_info *flash_mtd; | 22 | static struct mtd_info *flash_mtd; |
21 | 23 | ||