]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/scsi/esp_scsi.c
[SCSI] esp_scsi: remove __dev{init,exit}
authorAdrian Bunk <bunk@kernel.org>
Thu, 11 Oct 2007 15:35:20 +0000 (17:35 +0200)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:56:19 +0000 (14:56 -0400)
commit76246808248ac4c94ec3b57e37f35f8e05dfa0b3
treeb425833cdcc73d7e25519ec8e09932ea64141718
parent3892d88ae6fb186ff6205f764213b556d70800b0
[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>
drivers/scsi/esp_scsi.c