summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk/sansa-e200/ata-e200.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/sandisk/sansa-e200/ata-e200.c')
-rw-r--r--firmware/target/arm/sandisk/sansa-e200/ata-e200.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/sandisk/sansa-e200/ata-e200.c b/firmware/target/arm/sandisk/sansa-e200/ata-e200.c
index 73a67d1ee6..3d6cb23d9c 100644
--- a/firmware/target/arm/sandisk/sansa-e200/ata-e200.c
+++ b/firmware/target/arm/sandisk/sansa-e200/ata-e200.c
@@ -16,16 +16,11 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#include "lcd.h"
20#include "ata.h" 19#include "ata.h"
21#include "ata-target.h" 20#include "ata-target.h"
22#include "ata_idle_notify.h" 21#include "ata_idle_notify.h"
23#include "cpu.h"
24#include "system.h" 22#include "system.h"
25#include <stdio.h>
26#include <stdbool.h>
27#include <string.h> 23#include <string.h>
28#include "kernel.h"
29#include "thread.h" 24#include "thread.h"
30 25
31#define NOINLINE_ATTR __attribute__((noinline)) /* don't inline the loops */ 26#define NOINLINE_ATTR __attribute__((noinline)) /* don't inline the loops */