From: Adrian Bunk Date: Thu, 11 Oct 2007 15:35:20 +0000 (+0200) Subject: [SCSI] esp_scsi: remove __dev{init,exit} X-Git-Tag: v2.6.24-rc1~1290^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76246808248ac4c94ec3b57e37f35f8e05dfa0b3;p=pandora-kernel.git [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 Acked-by: David S. Miller Signed-off-by: James Bottomley --- Reading git-diff-tree failed