* [PATCH] __init in reboot.c
@ 2004-11-14 1:30 Andries Brouwer
0 siblings, 0 replies; only message in thread
From: Andries Brouwer @ 2004-11-14 1:30 UTC (permalink / raw)
To: torvalds, akpm; +Cc: linux-kernel
diff -uprN -X /linux/dontdiff a/arch/i386/kernel/reboot.c b/arch/i386/kernel/reboot.c
--- a/arch/i386/kernel/reboot.c 2004-08-26 22:05:07.000000000 +0200
+++ b/arch/i386/kernel/reboot.c 2004-11-13 22:40:51.000000000 +0100
@@ -137,7 +137,7 @@ static struct dmi_system_id __initdata r
{ }
};
-static int reboot_init(void)
+static int __init reboot_init(void)
{
dmi_check_system(reboot_dmi_table);
return 0;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-14 1:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-14 1:30 [PATCH] __init in reboot.c Andries Brouwer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome