Subject: [PATCH] [acpi button] Add acpi_no_probe() to driver.c Signed-off-by: Patrick Mochel --- drivers/acpi/drivers/button/driver.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) applies-to: 338e85a5e7206bea8a8042d60bac47109b5300bd 9db563a0d10b8bc5a21cafa54be83fec417a3616 diff --git a/drivers/acpi/drivers/button/driver.c b/drivers/acpi/drivers/button/driver.c index b53d170..7832e17 100644 --- a/drivers/acpi/drivers/button/driver.c +++ b/drivers/acpi/drivers/button/driver.c @@ -53,6 +53,7 @@ static int button_remove(struct acpi_dev return 0; } +acpi_no_probe(button); acpi_no_start(button); acpi_no_stop(button); acpi_no_shutdown(button); --- 0.99.9.GIT