mtd: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
This commit is contained in:
@@ -84,7 +84,7 @@ static void ichxrom_cleanup(struct ichxrom_window *window)
|
||||
}
|
||||
|
||||
|
||||
static int __devinit ichxrom_init_one (struct pci_dev *pdev,
|
||||
static int ichxrom_init_one (struct pci_dev *pdev,
|
||||
const struct pci_device_id *ent)
|
||||
{
|
||||
static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL };
|
||||
|
Reference in New Issue
Block a user