Subject: [PATCH] [acpi driver model] Have drivers always set ->d_probe() when declared Signed-off-by: Patrick Mochel --- include/acpi/driver.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) applies-to: e5e8e829ee123aec55b31dec1b4b676253f78c05 e6eff4f71d630fdcfdb5fbd9f40e3cecb2767c7c diff --git a/include/acpi/driver.h b/include/acpi/driver.h index b521bc0..7762a7a 100644 --- a/include/acpi/driver.h +++ b/include/acpi/driver.h @@ -93,6 +93,7 @@ static struct acpi_device_driver __name# .d_proc = acpi_driver_proc_ref(__name), \ .d_sysfs = acpi_driver_sysfs_ref(__name),\ \ + .d_probe = __name##_probe, \ .d_add = __name##_add, \ .d_remove = __name##_remove, \ \ --- 0.99.9.GIT