vserver 1.9.5.x5
[linux-2.6.git] / drivers / mtd / chips / map_absent.c
index f9ff6f0..c6c8383 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Common code to handle absent "placeholder" devices
  * Copyright 2001 Resilience Corporation <ebrower@resilience.com>
- * $Id: map_absent.c,v 1.4 2003/05/28 12:51:49 dwmw2 Exp $
+ * $Id: map_absent.c,v 1.5 2004/11/16 18:29:00 dwmw2 Exp $
  *
  * This map driver is used to allocate "placeholder" MTD
  * devices on systems that have socketed/removable media. 
@@ -98,7 +98,7 @@ static void map_absent_destroy(struct mtd_info *mtd)
        /* nop */
 }
 
-int __init map_absent_init(void)
+static int __init map_absent_init(void)
 {
        register_mtd_chip_driver(&map_absent_chipdrv);
        return 0;