summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/mtd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd/mtd.h')
-rw-r--r--include/linux/mtd/mtd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h
index 42bfcabda0..ca98a16a38 100644
--- a/include/linux/mtd/mtd.h
+++ b/include/linux/mtd/mtd.h
@@ -9,6 +9,8 @@
#ifndef __MTD_MTD_H__
#define __MTD_MTD_H__
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+
#include <driver.h>
#include <linux/types.h>
#include <linux/list.h>
@@ -260,4 +262,6 @@ static inline void mtd_erase_callback(struct erase_info *instr)
#endif /* CONFIG_MTD_DEBUG */
+#endif /* DOXYGEN_SHOULD_SKIP_THIS */
+
#endif /* __MTD_MTD_H__ */