[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)
commitcfb37ae1e9d31fe2c1d21734ab51405e0c3afb7e
treedfe8b0098bf1fa1e27efadb9d05c5bd22d4f28b6
parent8f261aaf9be5c1246013cf6a65b98586d24832a5
[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