]> git.hungrycats.org Git - linux/commitdiff
The hpet acpi driver is not __initdata.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 30 Sep 2004 09:23:12 +0000 (02:23 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 30 Sep 2004 09:23:12 +0000 (02:23 -0700)
We register it with the ACPI layer, and it's alive long
after init.

Noted by Bjorn Helgaas.

drivers/char/hpet.c

index 8f3f9128674d92f910e2965a954602154ef61a4c..22d46cdac3e2acf3923d6edca0ea0bb9279d0db8 100644 (file)
@@ -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 = {