From 1b6be6fc24a4ffecbd3c87550561070b9bca1ffe Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 16 Jan 2019 09:07:27 +0700 Subject: [PATCH] trxcon: do not include trxcon.h everywhere Change-Id: Ia78bd6dac7ab12970838e0b1a2929a106b898d9d --- src/host/trxcon/l1ctl.c | 1 - src/host/trxcon/sched_clck.c | 1 - src/host/trxcon/sched_lchan_common.c | 1 - src/host/trxcon/sched_lchan_pdtch.c | 1 - src/host/trxcon/sched_lchan_rach.c | 1 - src/host/trxcon/sched_lchan_sch.c | 1 - src/host/trxcon/sched_lchan_tchf.c | 1 - src/host/trxcon/sched_lchan_tchh.c | 1 - src/host/trxcon/sched_lchan_xcch.c | 1 - 9 files changed, 9 deletions(-) diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c index a2ced4652..0b6d75ac4 100644 --- a/src/host/trxcon/l1ctl.c +++ b/src/host/trxcon/l1ctl.c @@ -38,7 +38,6 @@ #include #include -#include "trxcon.h" #include "logging.h" #include "l1ctl_link.h" #include "l1ctl_proto.h" diff --git a/src/host/trxcon/sched_clck.c b/src/host/trxcon/sched_clck.c index d4054c99e..66477b24d 100644 --- a/src/host/trxcon/sched_clck.c +++ b/src/host/trxcon/sched_clck.c @@ -41,7 +41,6 @@ #include "scheduler.h" #include "logging.h" #include "trx_if.h" -#include "trxcon.h" #define MAX_FN_SKEW 50 #define TRX_LOSS_FRAMES 400 diff --git a/src/host/trxcon/sched_lchan_common.c b/src/host/trxcon/sched_lchan_common.c index 540a57fe1..921c466bd 100644 --- a/src/host/trxcon/sched_lchan_common.c +++ b/src/host/trxcon/sched_lchan_common.c @@ -42,7 +42,6 @@ #include "sched_trx.h" #include "logging.h" #include "trx_if.h" -#include "trxcon.h" #include "l1ctl.h" /* GSM 05.02 Chapter 5.2.3 Normal Burst (NB) */ diff --git a/src/host/trxcon/sched_lchan_pdtch.c b/src/host/trxcon/sched_lchan_pdtch.c index 1a8987b38..aa9cb6ab0 100644 --- a/src/host/trxcon/sched_lchan_pdtch.c +++ b/src/host/trxcon/sched_lchan_pdtch.c @@ -38,7 +38,6 @@ #include "sched_trx.h" #include "logging.h" #include "trx_if.h" -#include "trxcon.h" #include "l1ctl.h" int rx_pdtch_fn(struct trx_instance *trx, struct trx_ts *ts, diff --git a/src/host/trxcon/sched_lchan_rach.c b/src/host/trxcon/sched_lchan_rach.c index a255efb8f..ecf5df815 100644 --- a/src/host/trxcon/sched_lchan_rach.c +++ b/src/host/trxcon/sched_lchan_rach.c @@ -38,7 +38,6 @@ #include "sched_trx.h" #include "logging.h" #include "trx_if.h" -#include "trxcon.h" #include "l1ctl.h" /** diff --git a/src/host/trxcon/sched_lchan_sch.c b/src/host/trxcon/sched_lchan_sch.c index 1b241a083..e1977e1d5 100644 --- a/src/host/trxcon/sched_lchan_sch.c +++ b/src/host/trxcon/sched_lchan_sch.c @@ -40,7 +40,6 @@ #include "sched_trx.h" #include "logging.h" #include "trx_if.h" -#include "trxcon.h" #include "l1ctl.h" static void decode_sb(struct gsm_time *time, uint8_t *bsic, uint8_t *sb_info) diff --git a/src/host/trxcon/sched_lchan_tchf.c b/src/host/trxcon/sched_lchan_tchf.c index 09d504f82..5bebe4937 100644 --- a/src/host/trxcon/sched_lchan_tchf.c +++ b/src/host/trxcon/sched_lchan_tchf.c @@ -40,7 +40,6 @@ #include "sched_trx.h" #include "logging.h" #include "trx_if.h" -#include "trxcon.h" #include "l1ctl.h" int rx_tchf_fn(struct trx_instance *trx, struct trx_ts *ts, diff --git a/src/host/trxcon/sched_lchan_tchh.c b/src/host/trxcon/sched_lchan_tchh.c index 7fb2809d7..5b7daa3df 100644 --- a/src/host/trxcon/sched_lchan_tchh.c +++ b/src/host/trxcon/sched_lchan_tchh.c @@ -43,7 +43,6 @@ #include "sched_trx.h" #include "logging.h" #include "trx_if.h" -#include "trxcon.h" #include "l1ctl.h" static const uint8_t tch_h0_traffic_block_map[3][4] = { diff --git a/src/host/trxcon/sched_lchan_xcch.c b/src/host/trxcon/sched_lchan_xcch.c index b31f727a9..825fc5860 100644 --- a/src/host/trxcon/sched_lchan_xcch.c +++ b/src/host/trxcon/sched_lchan_xcch.c @@ -38,7 +38,6 @@ #include "sched_trx.h" #include "logging.h" #include "trx_if.h" -#include "trxcon.h" #include "l1ctl.h" int rx_data_fn(struct trx_instance *trx, struct trx_ts *ts,