mtd: remove use of __devinit
[deliverable/linux.git] / drivers / mtd / maps / gpio-addr-flash.c
index 670af9afa78624e3248cd1c494933a098219c0a3..9a6a3e15377588247d18a788fe683a87924092aa 100644 (file)
@@ -185,7 +185,7 @@ static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", NULL };
  *     ...
  * };
  */
-static int __devinit gpio_flash_probe(struct platform_device *pdev)
+static int gpio_flash_probe(struct platform_device *pdev)
 {
        size_t i, arr_size;
        struct physmap_flash_data *pdata;
This page took 0.02652 seconds and 5 git commands to generate.