]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mtd/maps/esb2rom.c
Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixes
[karo-tx-linux.git] / drivers / mtd / maps / esb2rom.c
index 76ed651b515beef6275b7d67820eb1c4fee8e8dc..9646b0766ce02ba9aa6f3f12f1719107cb309e5e 100644 (file)
@@ -144,8 +144,8 @@ static void esb2rom_cleanup(struct esb2rom_window *window)
        pci_dev_put(window->pdev);
 }
 
-static int esb2rom_init_one(struct pci_dev *pdev,
-                           const struct pci_device_id *ent)
+static int __init esb2rom_init_one(struct pci_dev *pdev,
+                                  const struct pci_device_id *ent)
 {
        static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL };
        struct esb2rom_window *window = &esb2rom_window;