[SCSI] hpsa: mark hpsa_pci_init as __devinit

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
Stephen M. Cameron 2010-02-25 14:03:17 -06:00 коммит произвёл James Bottomley
Родитель 31468401cc
Коммит ff9fea9454
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3174,7 +3174,7 @@ default_int_mode:
h->intr[PERF_MODE_INT] = pdev->irq; h->intr[PERF_MODE_INT] = pdev->irq;
} }
static int hpsa_pci_init(struct ctlr_info *h, struct pci_dev *pdev) static int __devinit hpsa_pci_init(struct ctlr_info *h, struct pci_dev *pdev)
{ {
ushort subsystem_vendor_id, subsystem_device_id, command; ushort subsystem_vendor_id, subsystem_device_id, command;
u32 board_id, scratchpad = 0; u32 board_id, scratchpad = 0;