aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/mxs-ocotp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nvmem/mxs-ocotp.c')
-rw-r--r--drivers/nvmem/mxs-ocotp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvmem/mxs-ocotp.c b/drivers/nvmem/mxs-ocotp.c
index d26dd03cec80..7018e2ef5714 100644
--- a/drivers/nvmem/mxs-ocotp.c
+++ b/drivers/nvmem/mxs-ocotp.c
@@ -118,7 +118,6 @@ static struct nvmem_config ocotp_config = {
.name = "mxs-ocotp",
.stride = 16,
.word_size = 4,
- .owner = THIS_MODULE,
.reg_read = mxs_ocotp_read,
};