aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÁlvaro Neira Ayuso <anayuso@sysmocom.de>2014-05-14 18:22:45 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-15 10:21:43 +0200
commit8b5b993d29f751bf66fa9deabbe900fd9e193637 (patch)
tree7f9ffa0665f38cec86812b595546001f9c3ff598
parent9ed6b95c9096a0e4e12673feb322cb0355d3dafe (diff)
sysmobts: Fix compiler warning about missing declaration
Include utils.h to have a declaration of sysmobts_get_nominal_power, l1_if.c: In function 'l1if_activate_rf': l1_if.c:1144:6: warning: implicit declaration of function 'sysmobts_get_nominal_power' [-Wimplicit-function-declaration] Signed-off-by: Alvaro Neira Ayuso <anayuso@sysmocom.de>
-rw-r--r--src/osmo-bts-sysmo/l1_if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c
index 79d506a3..6834240b 100644
--- a/src/osmo-bts-sysmo/l1_if.c
+++ b/src/osmo-bts-sysmo/l1_if.c
@@ -60,6 +60,7 @@
#include "hw_misc.h"
#include "misc/sysmobts_par.h"
#include "eeprom.h"
+#include "utils.h"
extern int pcu_direct;