Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / drivers / mtd / maps / wr_sbc82xx_flash.c
index 82b887b..60c197e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: wr_sbc82xx_flash.c,v 1.7 2004/11/04 13:24:15 gleixner Exp $
+ * $Id: wr_sbc82xx_flash.c,v 1.8 2005/11/07 11:14:29 gleixner Exp $
  *
  * Map for flash chips on Wind River PowerQUICC II SBC82xx board.
  *
@@ -163,10 +163,10 @@ static void __exit cleanup_sbc82xx_flash(void)
                        del_mtd_partitions(sbcmtd[i]);
                else
                        del_mtd_device(sbcmtd[i]);
-                       
+
                kfree(sbcmtd_parts[i]);
                map_destroy(sbcmtd[i]);
-               
+
                iounmap((void *)sbc82xx_flash_map[i].virt);
                sbc82xx_flash_map[i].virt = 0;
        }