Skip to content

Commit 93fccef

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9372/1: memory: pl353-smc: drop owner assignment
Amba bus core already sets owner, so driver does not need to. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Miquel Raynal <[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 862aceb commit 93fccef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/memory/pl353-smc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ MODULE_DEVICE_TABLE(amba, pl353_ids);
154154

155155
static struct amba_driver pl353_smc_driver = {
156156
.drv = {
157-
.owner = THIS_MODULE,
158157
.name = "pl353-smc",
159158
.pm = &pl353_smc_dev_pm_ops,
160159
},

0 commit comments

Comments
 (0)