]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/mtd/maps/mbx860.c
NFSv4: nfs4_state_mark_reclaim_nograce() should be static
[mv-sheeva.git] / drivers / mtd / maps / mbx860.c
index 706f67394b073cb97f8e5894bd88129de4f858cd..0eb5a7c853806147092f990162faa2926a60344f 100644 (file)
@@ -55,7 +55,7 @@ struct map_info mbx_map = {
        .bankwidth = 4,
 };
 
-int __init init_mbx(void)
+static int __init init_mbx(void)
 {
        printk(KERN_NOTICE "Motorola MBX flash device: 0x%x at 0x%x\n", WINDOW_SIZE*4, WINDOW_ADDR);
        mbx_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE * 4);