Skip to content
Snippets Groups Projects
Commit c1ec4062 authored by Heiko Schocher's avatar Heiko Schocher Committed by Tom Rini
Browse files

mtd: atmel_nand: add missing include


using this driver in SPL code with CONFIG_SPL_NAND_ECC
configured leads in an compileerror. Fix this.

Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Reviewed-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
Reviewed-by: default avatarBo Shen <voice.shen@atmel.com>
[fix subject]
Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent 0c3117b1
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
#include <malloc.h>
#include <nand.h>
#include <watchdog.h>
#include <linux/mtd/nand_ecc.h>
#ifdef CONFIG_ATMEL_NAND_HWECC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment