Skip to content

Commit cc85f9c

Browse files
krzkrafaeljw
authored andcommitted
ACPI: drop redundant owner from acpi_driver
Once all .owner is removed from all acpi_driver instances, drop it from the structure. Acked-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 00e8b52 commit cc85f9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/acpi/acpi_bus.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ struct acpi_driver {
170170
unsigned int flags;
171171
struct acpi_device_ops ops;
172172
struct device_driver drv;
173-
struct module *owner;
174173
};
175174

176175
/*

0 commit comments

Comments
 (0)