Skip to content

Commit 4b5bcd5

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9377/1: hwrng: 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: Suzuki K Poulose <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
1 parent 87ef184 commit 4b5bcd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/char/hw_random/nomadik-rng.c

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

7979
static struct amba_driver nmk_rng_driver = {
8080
.drv = {
81-
.owner = THIS_MODULE,
8281
.name = "rng",
8382
},
8483
.probe = nmk_rng_probe,

0 commit comments

Comments
 (0)