Re: [PATCH] net/atm compile error on ARM

From: David Miller
Date: Tue Aug 15 2006 - 05:00:46 EST


From: Kevin Hilman <kevin@xxxxxxxxxx>
Date: Mon, 14 Aug 2006 12:28:09 -0700

> atm_proc_exit() is declared as __exit, and thus in .exit.text. On
> some architectures (ARM) .exit.text is discarded at compile time, and
> since atm_proc_exit() is called by some other __init functions, it
> results in a link error.
>
> Signed-off-by: Kevin Hilman <khilman@xxxxxxxxxx>

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