]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] qlogicpt: section fixes
authorAdrian Bunk <bunk@kernel.org>
Wed, 30 Jan 2008 20:03:36 +0000 (22:03 +0200)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 23 Feb 2008 15:07:32 +0000 (09:07 -0600)
commit9980e5ed61df6db58c4ae5c956da3b47533ed72a
treedfe8b0098bf1fa1e27efadb9d05c5bd22d4f28b6
parentb32a12a2ce25594ab5652ca05e2c30ce6148048d
[SCSI] qlogicpt: section fixes

In current mainline, __devinit qpti_sbus_probe() still is calling __init
qpti_chain_add().  Change occurrences of __init to __devinit to fix.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/qlogicpti.c