lkml.org 
[lkml]   [2003]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch] fix nsp32.c .text.exit error
At Thu, 27 Mar 2003 23:14:11 +0100,
Adrian Bunk wrote:
> In drivers/scsi/nsp32.c the function nsp32_remove is __devexit but the
> pointer to it isn't __devexit_p resulting in a .text.exit compile error
> if !CONFIG_HOTPLUG.
>
> The following patch is needed:
>
> --- linux-2.4.21-pre6-full-nohotplug/drivers/scsi/nsp32.c.old 2003-03-27 22:35:04.000000000 +0100
> +++ linux-2.4.21-pre6-full-nohotplug/drivers/scsi/nsp32.c 2003-03-27 22:36:14.000000000 +0100
> @@ -2125,7 +2125,7 @@
> .name = "nsp32",
> .id_table = nsp32_pci_table,
> .probe = nsp32_probe,
> - .remove = nsp32_remove,
> + .remove = __devexit_p(nsp32_remove),
> #ifdef CONFIG_PM
> /* .suspend = nsp32_suspend,*/
> /* .resume = nsp32_resume,*/
>
>
> This patch applies against 2.4.21-pre6 and 2.5.66. I've tested the
> compilation with 2.4.21-pre6.

Looks fine. Thanks!

Regards,
-- gotom

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:3.334 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site