Loading drivers/acpi/apei/ghes.c +1 −1 Original line number Diff line number Diff line Loading @@ -994,7 +994,7 @@ static int __devinit ghes_probe(struct platform_device *ghes_dev) return rc; } static int __devexit ghes_remove(struct platform_device *ghes_dev) static int ghes_remove(struct platform_device *ghes_dev) { struct ghes *ghes; struct acpi_hest_generic *generic; Loading drivers/acpi/hed.c +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ static int __devinit acpi_hed_add(struct acpi_device *device) return 0; } static int __devexit acpi_hed_remove(struct acpi_device *device, int type) static int acpi_hed_remove(struct acpi_device *device, int type) { hed_handle = NULL; return 0; Loading Loading
drivers/acpi/apei/ghes.c +1 −1 Original line number Diff line number Diff line Loading @@ -994,7 +994,7 @@ static int __devinit ghes_probe(struct platform_device *ghes_dev) return rc; } static int __devexit ghes_remove(struct platform_device *ghes_dev) static int ghes_remove(struct platform_device *ghes_dev) { struct ghes *ghes; struct acpi_hest_generic *generic; Loading
drivers/acpi/hed.c +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ static int __devinit acpi_hed_add(struct acpi_device *device) return 0; } static int __devexit acpi_hed_remove(struct acpi_device *device, int type) static int acpi_hed_remove(struct acpi_device *device, int type) { hed_handle = NULL; return 0; Loading