From c8d55f2c0b258efd12009e2c2c7fb06dcb9953ed Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 29 Nov 2017 14:26:34 +0100 Subject: cosmetic: mark gsm_objclass2mo as static It's only used once in the same file so there's no need to put it into global header. Change-Id: Id9674cad54bab6cc04475719678efc2c25d058a9 --- include/osmocom/bsc/gsm_data_shared.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/osmocom/bsc/gsm_data_shared.h b/include/osmocom/bsc/gsm_data_shared.h index 37f79764b..1953ed44e 100644 --- a/include/osmocom/bsc/gsm_data_shared.h +++ b/include/osmocom/bsc/gsm_data_shared.h @@ -858,10 +858,6 @@ static inline bool gsm_bts_has_feature(const struct gsm_bts *bts, enum gsm_bts_f void gsm_abis_mo_reset(struct gsm_abis_mo *mo); -struct gsm_abis_mo * -gsm_objclass2mo(struct gsm_bts *bts, uint8_t obj_class, - const struct abis_om_obj_inst *obj_inst); - struct gsm_nm_state * gsm_objclass2nmstate(struct gsm_bts *bts, uint8_t obj_class, const struct abis_om_obj_inst *obj_inst); -- cgit v1.2.3