Subject: [PATCH] [acpi thermal] Add acpi_no_probe() to driver.c Signed-off-by: Patrick Mochel --- drivers/acpi/drivers/thermal/driver.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) applies-to: 4407506766273a1dde1718db0846fb490d70ed60 d19695160e7004b384cac93816c52189847598d6 diff --git a/drivers/acpi/drivers/thermal/driver.c b/drivers/acpi/drivers/thermal/driver.c index a6f5ea4..c89fbf5 100644 --- a/drivers/acpi/drivers/thermal/driver.c +++ b/drivers/acpi/drivers/thermal/driver.c @@ -182,6 +182,7 @@ static int thermal_remove(struct acpi_de return 0; } +acpi_no_probe(thermal); acpi_no_start(thermal); acpi_no_stop(thermal); acpi_no_shutdown(thermal); --- 0.99.9.GIT