Skip to content

Commit 6fce490

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9369/1: Input: ambakmi - drop owner assignment
Amba bus core already sets owner, so driver does not need to. Link: https://lore.kernel.org/r/[email protected] Acked-by: Dmitry Torokhov <[email protected]> Acked-by: Suzuki K Poulose <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
1 parent 8ab268e commit 6fce490

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/serio/ambakmi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ MODULE_DEVICE_TABLE(amba, amba_kmi_idtable);
195195
static struct amba_driver ambakmi_driver = {
196196
.drv = {
197197
.name = "kmi-pl050",
198-
.owner = THIS_MODULE,
199198
.pm = pm_sleep_ptr(&amba_kmi_dev_pm_ops),
200199
},
201200
.id_table = amba_kmi_idtable,

0 commit comments

Comments
 (0)