Re: [2.6 patch] esp_scsi.c: remove __dev{init,exit}

2007-10-18 Thread Rob Landley
On Thursday 11 October 2007 4:49:28 pm David Miller wrote: From: Rob Landley [EMAIL PROTECTED] Date: Thu, 11 Oct 2007 17:47:02 -0500 On Thursday 11 October 2007 10:35:20 am Adrian Bunk wrote: Since scsi_esp_{,un}register() are EXPORT_SYMBOL'ed, these functions (and the functions they

[2.6 patch] esp_scsi.c: remove __dev{init,exit}

2007-10-11 Thread Adrian Bunk
On Thu, Oct 11, 2007 at 08:30:38AM -0500, James Bottomley wrote: On Thu, 2007-10-11 at 08:17 -0500, Rob Landley wrote: On Thursday 11 October 2007 6:05:55 am Adrian Bunk wrote: On Thu, Oct 11, 2007 at 05:52:48AM -0500, Rob Landley wrote: CONFIG_SCSI_SUNESP=y breaks the build in 2.6.23:

Re: [2.6 patch] esp_scsi.c: remove __dev{init,exit}

2007-10-11 Thread Rob Landley
On Thursday 11 October 2007 10:35:20 am Adrian Bunk wrote: 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 [EMAIL PROTECTED] Acked-by: Rob Landley

Re: [2.6 patch] esp_scsi.c: remove __dev{init,exit}

2007-10-11 Thread David Miller
From: Rob Landley [EMAIL PROTECTED] Date: Thu, 11 Oct 2007 17:47:02 -0500 On Thursday 11 October 2007 10:35:20 am Adrian Bunk wrote: 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