summaryrefslogtreecommitdiffstats
path: root/drivers/nand/nand_bbt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nand/nand_bbt.c')
-rw-r--r--drivers/nand/nand_bbt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/nand/nand_bbt.c b/drivers/nand/nand_bbt.c
index aa5ec7e23b..4a6bf390a4 100644
--- a/drivers/nand/nand_bbt.c
+++ b/drivers/nand/nand_bbt.c
@@ -61,6 +61,8 @@
#include <errno.h>
#include <malloc.h>
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+
/**
* check_pattern - [GENERIC] check if a pattern is in the buffer
* @buf: the buffer to search
@@ -1218,3 +1220,5 @@ int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt)
EXPORT_SYMBOL(nand_scan_bbt);
EXPORT_SYMBOL(nand_default_bbt);
+
+#endif /* DOXYGEN_SHOULD_SKIP_THIS */