summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSylvain Munaut2011-06-04 12:20:32 +0200
committerSylvain Munaut2011-06-25 22:28:57 +0200
commit6eba3fe6a5c9cf10f499897a46916402e203e062 (patch)
tree1065cbcf4c20863fe7ccd6b7ad28dff6ead68f60 /src
parentMerge commit '620f7ab35034f78f894319e027a151568c331eea' (diff)
downloadosmocom-6eba3fe6a5c9cf10f499897a46916402e203e062.tar.gz
osmocom-6eba3fe6a5c9cf10f499897a46916402e203e062.tar.xz
osmocom-6eba3fe6a5c9cf10f499897a46916402e203e062.zip
fw/comm: Remove useless include from msgb.c
Left over from the backlight debug code Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src')
-rw-r--r--src/target/firmware/comm/msgb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/firmware/comm/msgb.c b/src/target/firmware/comm/msgb.c
index 792abc6..cf912ee 100644
--- a/src/target/firmware/comm/msgb.c
+++ b/src/target/firmware/comm/msgb.c
@@ -28,8 +28,6 @@
#include <osmocom/core/msgb.h>
-#include <calypso/backlight.h>
-
#define NO_TALLOC
void *tall_msgb_ctx;