summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/profile.c1
-rw-r--r--firmware/target/arm/s3c2440/uart-s3c2440.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/firmware/profile.c b/firmware/profile.c
index 0545acce3c..21feb13d26 100644
--- a/firmware/profile.c
+++ b/firmware/profile.c
@@ -55,7 +55,6 @@
55 */ 55 */
56 56
57#include <file.h> 57#include <file.h>
58#include <sprintf.h>
59#include <system.h> 58#include <system.h>
60#include <string.h> 59#include <string.h>
61#include <timer.h> 60#include <timer.h>
diff --git a/firmware/target/arm/s3c2440/uart-s3c2440.c b/firmware/target/arm/s3c2440/uart-s3c2440.c
index 2308027218..829eb05270 100644
--- a/firmware/target/arm/s3c2440/uart-s3c2440.c
+++ b/firmware/target/arm/s3c2440/uart-s3c2440.c
@@ -23,7 +23,6 @@
23#include <stdlib.h> 23#include <stdlib.h>
24#include <stdio.h> 24#include <stdio.h>
25#include <stdarg.h> 25#include <stdarg.h>
26#include <sprintf.h>
27#include "inttypes.h" 26#include "inttypes.h"
28#include "string.h" 27#include "string.h"
29#include "cpu.h" 28#include "cpu.h"