Commit c6114f41 authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] __init in reboot.c

parent ccc893f1
......@@ -137,7 +137,7 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
{ }
};
static int reboot_init(void)
static int __init reboot_init(void)
{
dmi_check_system(reboot_dmi_table);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment