diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2010-02-25 15:03:17 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-03-03 08:06:58 -0500 |
commit | ff9fea94546afa2a496c15354533f06088347f6e (patch) | |
tree | dea163502814b44ef88aba4a0a25dcab6ee27546 /drivers/scsi/hpsa.c | |
parent | 31468401ccf64322ca99fe05fbe64f1551240f57 (diff) |
[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>
Diffstat (limited to 'drivers/scsi/hpsa.c')
-rw-r--r-- | drivers/scsi/hpsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 3d43bb245ac8..2e1edce9b20e 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -3174,7 +3174,7 @@ default_int_mode: | |||
3174 | h->intr[PERF_MODE_INT] = pdev->irq; | 3174 | h->intr[PERF_MODE_INT] = pdev->irq; |
3175 | } | 3175 | } |
3176 | 3176 | ||
3177 | static int hpsa_pci_init(struct ctlr_info *h, struct pci_dev *pdev) | 3177 | static int __devinit hpsa_pci_init(struct ctlr_info *h, struct pci_dev *pdev) |
3178 | { | 3178 | { |
3179 | ushort subsystem_vendor_id, subsystem_device_id, command; | 3179 | ushort subsystem_vendor_id, subsystem_device_id, command; |
3180 | u32 board_id, scratchpad = 0; | 3180 | u32 board_id, scratchpad = 0; |