commit | cfb37ae1e9d31fe2c1d21734ab51405e0c3afb7e | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Jan 30 22:03:36 2008 +0200 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat Feb 23 09:07:32 2008 -0600 |
tree | dfe8b0098bf1fa1e27efadb9d05c5bd22d4f28b6 | |
parent | 8f261aaf9be5c1246013cf6a65b98586d24832a5 [diff] |
[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>