Re: [PATCH 2.5.69] wanrouter clean up MOD_*_USE_COUNT
From: Arnaldo Carvalho de Melo <hidden>
Date: 2003-05-21 23:18:01
From: Arnaldo Carvalho de Melo <hidden>
Date: 2003-05-21 23:18:01
Em Wed, May 21, 2003 at 01:48:32PM -0700, Daniel McNeil escreveu:
Here is simple patch to remove MOD_INC_USE_COUNT and MOD_DEC_USE_COUNT. The wanrouter module will get a reference when another module uses its exported symbols.
I have patches that will conflict with this one, fixing the namespace, i.e. device_shutdown now its a core function that ends up having its prototype included in wanmain compilation, causing compilation to fail. Already submitted to DaveM, CCed netdev, I'll fix this later tonight. - Arnaldo