aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/dbox2-flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/maps/dbox2-flash.c')
-rw-r--r--drivers/mtd/maps/dbox2-flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/dbox2-flash.c b/drivers/mtd/maps/dbox2-flash.c
index e115667bf1d0..cfacfa6f45dd 100644
--- a/drivers/mtd/maps/dbox2-flash.c
+++ b/drivers/mtd/maps/dbox2-flash.c
@@ -69,7 +69,7 @@ struct map_info dbox2_flash_map = {
.phys = WINDOW_ADDR,
};
-int __init init_dbox2_flash(void)
+static int __init init_dbox2_flash(void)
{
printk(KERN_NOTICE "D-Box 2 flash driver (size->0x%X mem->0x%X)\n", WINDOW_SIZE, WINDOW_ADDR);
dbox2_flash_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE);