diff options
author | Sukumar Ghorai <s-ghorai@ti.com> | 2010-07-09 11:14:45 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-08-02 14:30:38 +0200 |
commit | 2c01946c6b9ebaa5a89710bc42ca224a7f52f227 (patch) | |
tree | 419e5a73823ffec9a23b22334b4c5ee936272e49 /arch/arm/mach-omap2/gpmc.c | |
parent | omap3 gpmc: functionality enhancement (diff) | |
download | linux-2c01946c6b9ebaa5a89710bc42ca224a7f52f227.tar.xz linux-2c01946c6b9ebaa5a89710bc42ca224a7f52f227.zip |
omap3 nand: cleanup virtual address usages
This patch removes direct reference of gpmc address from generic nand platform code.
Nand platform code now uses wrapper functions which are implemented in gpmc module.
Signed-off-by: Sukumar Ghorai <s-ghorai@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/gpmc.c')
-rw-r--r-- | arch/arm/mach-omap2/gpmc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index 1be8f9ae8437..f46933bc9373 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpmc.c @@ -641,15 +641,6 @@ int gpmc_prefetch_reset(int cs) } EXPORT_SYMBOL(gpmc_prefetch_reset); -/** - * gpmc_prefetch_status - reads prefetch status of engine - */ -int gpmc_prefetch_status(void) -{ - return gpmc_read_reg(GPMC_PREFETCH_STATUS); -} -EXPORT_SYMBOL(gpmc_prefetch_status); - static void __init gpmc_mem_init(void) { int cs; |