diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-14 21:39:48 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-14 21:39:48 +0100 |
commit | 21c8db9eff95260e543535dfc6f27164c4c0c0ff (patch) | |
tree | 68dd7562b241b5cc95e5e45c8fa555fbbe26875f /drivers/mtd/devices/pmc551.c | |
parent | 783ed81ff39d3f938a6b2efd09fbad96e41e5c1f (diff) | |
download | kernel_samsung_espresso10-21c8db9eff95260e543535dfc6f27164c4c0c0ff.zip kernel_samsung_espresso10-21c8db9eff95260e543535dfc6f27164c4c0c0ff.tar.gz kernel_samsung_espresso10-21c8db9eff95260e543535dfc6f27164c4c0c0ff.tar.bz2 |
[MTD] Restore MTD_ROM and MTD_RAM types
Let's not attempt the abolition of mtd->type until/unless it's properly
thought through. And certainly, let's not do it by halves.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/devices/pmc551.c')
-rw-r--r-- | drivers/mtd/devices/pmc551.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/pmc551.c b/drivers/mtd/devices/pmc551.c index aa9f6c9..666cce1 100644 --- a/drivers/mtd/devices/pmc551.c +++ b/drivers/mtd/devices/pmc551.c @@ -775,7 +775,7 @@ static int __init init_pmc551(void) mtd->write = pmc551_write; mtd->point = pmc551_point; mtd->unpoint = pmc551_unpoint; - mtd->type = MTD_GENERIC_TYPE; + mtd->type = MTD_RAM; mtd->name = "PMC551 RAM board"; mtd->erasesize = 0x10000; mtd->owner = THIS_MODULE; |