diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-04-02 10:51:21 +0100 |
---|---|---|
committer | Russell King (Oracle) <[email protected]> | 2024-04-18 12:09:18 +0100 |
commit | 727265eeaf8e858dfd0d7a5f3a4195e00905bfb5 (patch) | |
tree | 7e11d22bccc743fc806b4dc33d3272e998b52df1 | |
parent | 57c7aa7ef2d7cce9c4d59dc10c162d371e78b9f7 (diff) |
ARM: 9367/1: i2c: nomadik: 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: Linus Walleij <[email protected]>
Acked-by: Andi Shyti <[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/i2c/busses/i2c-nomadik.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-nomadik.c b/drivers/i2c/busses/i2c-nomadik.c index 4f41a3c7824d..17fb313565b8 100644 --- a/drivers/i2c/busses/i2c-nomadik.c +++ b/drivers/i2c/busses/i2c-nomadik.c @@ -1194,7 +1194,6 @@ MODULE_DEVICE_TABLE(amba, nmk_i2c_ids); static struct amba_driver nmk_i2c_driver = { .drv = { - .owner = THIS_MODULE, .name = DRIVER_NAME, .pm = pm_ptr(&nmk_i2c_pm), }, |