All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 7/8] mac89x0: missing __init
@ 2007-07-20  3:33 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2007-07-20  3:33 UTC (permalink / raw)
  To: torvalds; +Cc: linux-m68k, linux-kernel, akpm


Signed-off-by: Al Viro <viro@zeniv.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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-20  3:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20  3:33 [PATCH 7/8] mac89x0: missing __init Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.