mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 14:32:23 +00:00
platform: classmate-laptop: drop owner assignment
ACPI bus core already sets the .owner, so driver does not need to. Acked-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
eda8304c74
commit
be24e9a093
@ -434,7 +434,6 @@ static const struct acpi_device_id cmpc_accel_device_ids_v4[] = {
|
||||
};
|
||||
|
||||
static struct acpi_driver cmpc_accel_acpi_driver_v4 = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "cmpc_accel_v4",
|
||||
.class = "cmpc_accel_v4",
|
||||
.ids = cmpc_accel_device_ids_v4,
|
||||
@ -660,7 +659,6 @@ static const struct acpi_device_id cmpc_accel_device_ids[] = {
|
||||
};
|
||||
|
||||
static struct acpi_driver cmpc_accel_acpi_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "cmpc_accel",
|
||||
.class = "cmpc_accel",
|
||||
.ids = cmpc_accel_device_ids,
|
||||
@ -754,7 +752,6 @@ static const struct acpi_device_id cmpc_tablet_device_ids[] = {
|
||||
};
|
||||
|
||||
static struct acpi_driver cmpc_tablet_acpi_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "cmpc_tablet",
|
||||
.class = "cmpc_tablet",
|
||||
.ids = cmpc_tablet_device_ids,
|
||||
@ -996,7 +993,6 @@ static const struct acpi_device_id cmpc_ipml_device_ids[] = {
|
||||
};
|
||||
|
||||
static struct acpi_driver cmpc_ipml_acpi_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "cmpc",
|
||||
.class = "cmpc",
|
||||
.ids = cmpc_ipml_device_ids,
|
||||
@ -1064,7 +1060,6 @@ static const struct acpi_device_id cmpc_keys_device_ids[] = {
|
||||
};
|
||||
|
||||
static struct acpi_driver cmpc_keys_acpi_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "cmpc_keys",
|
||||
.class = "cmpc_keys",
|
||||
.ids = cmpc_keys_device_ids,
|
||||
|
Loading…
Reference in New Issue
Block a user