[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)
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>

No differences found