[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080328214755.GE10722@ZenIV.linux.org.uk>
Date: Fri, 28 Mar 2008 21:47:55 +0000
From: Al Viro <viro@...IV.linux.org.uk>
To: akpm@...ux-foundation.org
Cc: jeff@...zik.org, netdev@...r.kernel.org, jkschind@...il.com
Subject: Re: [patch 02/21] drivers/net/3c501.c: replace init_module&cleanup_module with module_init&module_exit
On Fri, Mar 28, 2008 at 02:41:16PM -0700, akpm@...ux-foundation.org wrote:
> Replace init_module and cleanup_module with static functions and
> module_init/module_exit.
Would the esteemed sir bother to build the resulting tree with drivers
in question non-modular?
Damnit, people, try to think for a minute. If these functions were
not called directly in non-modular case, the driver would not work
built-in. Which is not apriori impossible, but might warrant some
further investigation. Use of grep, for starters...
IOW, please unapply the patches in question.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists