summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb
diff options
context:
space:
mode:
authorHarald Welte2011-05-20 18:16:09 +0200
committerHarald Welte2011-06-21 19:48:20 +0200
commitddb20b8b4e39e7342350ed5b34a2b64029fce7b0 (patch)
tree5bbad98bba3661f6c5d153946d66e72e41418696 /src/host/layer23/include/osmocom/bb
parentremove 'osmocom_ms' from struct lapdm_enetity (diff)
downloadosmocom-ddb20b8b4e39e7342350ed5b34a2b64029fce7b0.tar.gz
osmocom-ddb20b8b4e39e7342350ed5b34a2b64029fce7b0.tar.xz
osmocom-ddb20b8b4e39e7342350ed5b34a2b64029fce7b0.zip
remove osmocom_ms reference from lapdm_init()
... yet another step in making lapdm code independent of osmocom_ms
Diffstat (limited to 'src/host/layer23/include/osmocom/bb')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/lapdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/lapdm.h b/src/host/layer23/include/osmocom/bb/common/lapdm.h
index b610564..1214f0f 100644
--- a/src/host/layer23/include/osmocom/bb/common/lapdm.h
+++ b/src/host/layer23/include/osmocom/bb/common/lapdm.h
@@ -75,7 +75,7 @@ const char *get_rsl_name(int value);
extern const char *lapdm_state_names[];
/* initialize a LAPDm entity */
-void lapdm_init(struct lapdm_entity *le, struct osmocom_ms *ms);
+void lapdm_init(struct lapdm_entity *le);
/* deinitialize a LAPDm entity */
void lapdm_exit(struct lapdm_entity *le);