Commit 595666e5 authored by Linus Torvalds's avatar Linus Torvalds

The hpet acpi driver is not __initdata.

We register it with the ACPI layer, and it's alive long
after init.

Noted by Bjorn Helgaas.
parent b34cab77
......@@ -925,7 +925,7 @@ static int __init hpet_acpi_remove(struct acpi_device *device, int type)
return 0;
}
static struct acpi_driver hpet_acpi_driver __initdata = {
static struct acpi_driver hpet_acpi_driver = {
.name = "hpet",
.ids = "PNP0103",
.ops = {
......
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