提交 ff9fea94 编写于 作者: S Stephen M. Cameron 提交者: James Bottomley

[SCSI] hpsa: mark hpsa_pci_init as __devinit

Signed-off-by: NStephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
上级 31468401
......@@ -3174,7 +3174,7 @@ static void __devinit hpsa_interrupt_mode(struct ctlr_info *h,
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;
u32 board_id, scratchpad = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册