24 #include <linux/kernel.h>
25 #include <linux/module.h>
69 hed_handle = device->handle;
73 static int __devexit acpi_hed_remove(
struct acpi_device *device,
int type)
79 static struct acpi_driver acpi_hed_driver = {
80 .name =
"hardware_error_device",
81 .class =
"hardware_error",
85 .remove = acpi_hed_remove,
86 .notify = acpi_hed_notify,