VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / mtd / maps / integrator-flash.c
index b05dda1..1f23ab1 100644 (file)
@@ -22,7 +22,7 @@
    This is access code for flashes using ARM's flash partitioning 
    standards.
 
-   $Id: integrator-flash.c,v 1.15 2004/02/27 22:37:39 rmk Exp $
+   $Id: integrator-flash.c,v 1.16 2004/07/12 21:59:44 dwmw2 Exp $
 
 ======================================================================*/
 
@@ -108,7 +108,7 @@ static int armflash_probe(struct device *_dev)
         * look for CFI based flash parts fitted to this board
         */
        info->map.size          = size;
-       info->map.buswidth      = plat->width;
+       info->map.bankwidth     = plat->width;
        info->map.phys          = res->start;
        info->map.virt          = (unsigned long) base;
        info->map.name          = dev->dev.bus_id;