|
@@ -144,8 +144,8 @@ static void esb2rom_cleanup(struct esb2rom_window *window)
|
|
pci_dev_put(window->pdev);
|
|
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 };
|
|
static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL };
|
|
struct esb2rom_window *window = &esb2rom_window;
|
|
struct esb2rom_window *window = &esb2rom_window;
|