summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ata-nand-telechips.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ata-nand-telechips.c')
-rw-r--r--firmware/target/arm/ata-nand-telechips.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/target/arm/ata-nand-telechips.c b/firmware/target/arm/ata-nand-telechips.c
index fe1314d35a..b8e572068c 100644
--- a/firmware/target/arm/ata-nand-telechips.c
+++ b/firmware/target/arm/ata-nand-telechips.c
@@ -18,10 +18,12 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21
22#include <string.h>
23#include "system.h"
24#include "kernel.h"
21#include "nand.h" 25#include "nand.h"
22#include "ata-nand-target.h" 26#include "ata-nand-target.h"
23#include "system.h"
24#include <string.h>
25#include "led.h" 27#include "led.h"
26#include "panic.h" 28#include "panic.h"
27#include "nand_id.h" 29#include "nand_id.h"