[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070428005727.6414a24e.akpm@linux-foundation.org>
Date: Sat, 28 Apr 2007 00:57:27 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Atsushi Nemoto <anemo@....ocn.ne.jp>
Cc: linux-mips@...ux-mips.org, netdev@...r.kernel.org, jeff@...zik.org,
ralf@...ux-mips.org, sshtylyov@...mvista.com
Subject: Re: [PATCH 1/3] ne: Add platform_driver
On Wed, 25 Apr 2007 01:54:50 +0900 (JST) Atsushi Nemoto <anemo@....ocn.ne.jp> wrote:
> @@ -880,4 +964,7 @@ void __exit cleanup_module(void)
> }
> }
> }
> +#else /* MODULE */
> +module_init(ne_init);
> +module_exit(ne_exit);
> #endif /* MODULE */
Are we sure about this part? It is unusual to have special treatment dependent
upon MODULE.
-
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