Re: [PATCH] 2.4.18-pre1 sound/trident fix with newer binutils

Keith Owens (kaos@ocs.com.au)
Thu, 03 Jan 2002 00:08:22 +1100


On Wed, 02 Jan 2002 07:46:12 -0500,
Albert Cranford <ac9410@bellsouth.net> wrote:
>Hello Ollie,
>Small problem.
>I cannot build kernel with binutils-2.11.92.0.12.3
>
>drivers/sound/trident.o(.data+0x154): undefined reference to `local symbols in discarded section .text.exit'
>+#ifdef DEVEXIT_LINKED
> remove: trident_remove,
>+#endif

What is DEVEXIT_LINKED? The correct form is
remove: __devexit_p(trident_remove),

-
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/