summaryrefslogtreecommitdiff
path: root/drivers/nvmem/bcm-ocotp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nvmem/bcm-ocotp.c')
-rw-r--r--drivers/nvmem/bcm-ocotp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvmem/bcm-ocotp.c b/drivers/nvmem/bcm-ocotp.c
index 3c56e3b2bd65..5e9e324427f9 100644
--- a/drivers/nvmem/bcm-ocotp.c
+++ b/drivers/nvmem/bcm-ocotp.c
@@ -232,7 +232,6 @@ static struct nvmem_config bcm_otpc_nvmem_config = {
.read_only = false,
.word_size = 4,
.stride = 4,
- .owner = THIS_MODULE,
.reg_read = bcm_otpc_read,
.reg_write = bcm_otpc_write,
};