| commit | 76246808248ac4c94ec3b57e37f35f8e05dfa0b3 | [log] [tgz] |
|---|---|---|
| author | Adrian Bunk <bunk@kernel.org> | Thu Oct 11 17:35:20 2007 +0200 |
| committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:56:19 2007 -0400 |
| tree | b425833cdcc73d7e25519ec8e09932ea64141718 | |
| parent | 3892d88ae6fb186ff6205f764213b556d70800b0 [diff] |
[SCSI] esp_scsi: remove __dev{init,exit}
Since scsi_esp_{,un}register() are EXPORT_SYMBOL'ed, these functions
(and the functions they use) can't be __dev{init,exit}.
Based on a bug report by Rob Landley.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>