diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-04-02 10:51:25 +0100 |
---|---|---|
committer | Russell King (Oracle) <[email protected]> | 2024-04-18 12:09:22 +0100 |
commit | 93fcceffc6a6fe261ccd5f1565e0b8d5f176f41a (patch) | |
tree | a5d09bc0a480c52db77c1637198cfd0fcd677593 | |
parent | 862acebd11861996dc90a45caacb4b95332841de (diff) |
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]>
-rw-r--r-- | drivers/memory/pl353-smc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/memory/pl353-smc.c b/drivers/memory/pl353-smc.c index 48540817e046..56e51737c81f 100644 --- a/drivers/memory/pl353-smc.c +++ b/drivers/memory/pl353-smc.c @@ -154,7 +154,6 @@ MODULE_DEVICE_TABLE(amba, pl353_ids); static struct amba_driver pl353_smc_driver = { .drv = { - .owner = THIS_MODULE, .name = "pl353-smc", .pm = &pl353_smc_dev_pm_ops, }, |