[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1IBjFU-0004mn-67@ZenIV.linux.org.uk>
Date: Fri, 20 Jul 2007 04:33:48 +0100
From: Al Viro <viro@....linux.org.uk>
To: torvalds@...ux-foundation.org
Cc: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org
Subject: [PATCH 7/8] mac89x0: missing __init
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
drivers/net/mac89x0.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/mac89x0.c b/drivers/net/mac89x0.c
index 26a3b45..62c1c62 100644
--- a/drivers/net/mac89x0.c
+++ b/drivers/net/mac89x0.c
@@ -608,7 +608,7 @@ module_param(debug, int, 0);
MODULE_PARM_DESC(debug, "CS89[02]0 debug level (0-5)");
MODULE_LICENSE("GPL");
-int
+int __init
init_module(void)
{
net_debug = debug;
--
1.5.3.GIT
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists