diff options
author | Alexander Shiyan | 2012-05-06 07:21:57 +0200 |
---|---|---|
committer | Arnd Bergmann | 2012-05-11 16:18:01 +0200 |
commit | 304b2c684e42af5b72d643322f783d88538dc817 (patch) | |
tree | 9e5fac4f8873a228a1f433f6f1e4dc6d8ad91f2e /drivers/mtd/nand/h1910.c | |
parent | Linux 3.4-rc5 (diff) | |
download | kernel-qcow2-linux-304b2c684e42af5b72d643322f783d88538dc817.tar.gz kernel-qcow2-linux-304b2c684e42af5b72d643322f783d88538dc817.tar.xz kernel-qcow2-linux-304b2c684e42af5b72d643322f783d88538dc817.zip |
ARM: clps711x: Using a single definition for the PHYS and VIRT registers offset
Using a single definition for the physical and virtual address register for all
variants boards clps711x. This patch also includes the use of a single function
clps_read/write in some units.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/mtd/nand/h1910.c')
-rw-r--r-- | drivers/mtd/nand/h1910.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/h1910.c b/drivers/mtd/nand/h1910.c index 11e487813428..9bf5ce5fa22d 100644 --- a/drivers/mtd/nand/h1910.c +++ b/drivers/mtd/nand/h1910.c @@ -24,7 +24,7 @@ #include <linux/mtd/nand.h> #include <linux/mtd/partitions.h> #include <asm/io.h> -#include <mach/hardware.h> /* for CLPS7111_VIRT_BASE */ +#include <mach/hardware.h> #include <asm/sizes.h> #include <mach/h1900-gpio.h> #include <mach/ipaq.h> |