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 / beech-mtd.c
index d8f737a..5df7361 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $Id: beech-mtd.c,v 1.8 2004/07/12 21:59:43 dwmw2 Exp $
- * 
- * drivers/mtd/maps/beech-mtd.c MTD mappings and partition tables for 
+ * $Id: beech-mtd.c,v 1.11 2005/11/07 11:14:26 gleixner Exp $
+ *
+ * drivers/mtd/maps/beech-mtd.c MTD mappings and partition tables for
  *                              IBM 405LP Beech boards.
  *
  * This program is free software; you can redistribute it and/or modify
@@ -74,7 +74,7 @@ init_beech_mtd(void)
 {
        printk("%s: 0x%08x at 0x%08x\n", NAME, SIZE, PADDR);
 
-       beech_mtd_map.virt = (unsigned long) ioremap(PADDR, SIZE);
+       beech_mtd_map.virt = ioremap(PADDR, SIZE);
 
        if (!beech_mtd_map.virt) {
                printk("%s: failed to ioremap 0x%x\n", NAME, PADDR);