diff options
-rw-r--r-- | include/linux/nvmem-consumer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nvmem-consumer.h b/include/linux/nvmem-consumer.h index efafccffaee8..4e85447f7860 100644 --- a/include/linux/nvmem-consumer.h +++ b/include/linux/nvmem-consumer.h | |||
@@ -12,6 +12,9 @@ | |||
12 | #ifndef _LINUX_NVMEM_CONSUMER_H | 12 | #ifndef _LINUX_NVMEM_CONSUMER_H |
13 | #define _LINUX_NVMEM_CONSUMER_H | 13 | #define _LINUX_NVMEM_CONSUMER_H |
14 | 14 | ||
15 | #include <linux/err.h> | ||
16 | #include <linux/errno.h> | ||
17 | |||
15 | struct device; | 18 | struct device; |
16 | struct device_node; | 19 | struct device_node; |
17 | /* consumer cookie */ | 20 | /* consumer cookie */ |