summaryrefslogtreecommitdiff
path: root/drivers/nvmem/nvmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nvmem/nvmem.h')
-rw-r--r--drivers/nvmem/nvmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nvmem/nvmem.h b/drivers/nvmem/nvmem.h
index be0d66d75c8a..16c0d3ad6679 100644
--- a/drivers/nvmem/nvmem.h
+++ b/drivers/nvmem/nvmem.h
@@ -20,6 +20,7 @@ struct nvmem_device {
struct kref refcnt;
size_t size;
bool read_only;
+ bool root_only;
int flags;
enum nvmem_type type;
struct bin_attribute eeprom;