summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/comm
diff options
context:
space:
mode:
authorWolfram Sang <wolfram@the-dreams.de>2011-05-04 22:58:16 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-05 09:52:47 +0200
commit07589649b1ae07a45afc370e222374281735aa72 (patch)
treea79121f73e2087d361beb037c036578ff7f2816b /src/target/firmware/comm
parent832b8b275b6c03f21c67195b9a1ac382d4a6d46c (diff)
uart.h: move header out of calypso-directory
Everything defined is a pretty generic interface and can be used by mediatek, too. Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
Diffstat (limited to 'src/target/firmware/comm')
-rw-r--r--src/target/firmware/comm/sercomm.c2
-rw-r--r--src/target/firmware/comm/sercomm_cons.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/target/firmware/comm/sercomm.c b/src/target/firmware/comm/sercomm.c
index d7f60366..f9d5bfa9 100644
--- a/src/target/firmware/comm/sercomm.c
+++ b/src/target/firmware/comm/sercomm.c
@@ -43,7 +43,7 @@
#include <asm/system.h>
#include <comm/sercomm.h>
-#include <calypso/uart.h>
+#include <uart.h>
#endif
diff --git a/src/target/firmware/comm/sercomm_cons.c b/src/target/firmware/comm/sercomm_cons.c
index 987c9920..a0dca405 100644
--- a/src/target/firmware/comm/sercomm_cons.c
+++ b/src/target/firmware/comm/sercomm_cons.c
@@ -26,7 +26,7 @@
#include <asm/system.h>
-#include <calypso/uart.h>
+#include <uart.h>
#include <console.h>
#include <osmocom/core/msgb.h>