From 56fa1a1a4be3128b5991ad75776a48ceed45780a Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 23 Mar 2018 13:25:53 +0100 Subject: [PATCH] osmo-bts: Remove orphaned unused patch This patch is not longer used since the complete declaration of the function was removed from the header file in osmo-bts 085569df55ceb3737b79f53b015b0c064698ddc6. --- .../osmo-bts/files/gcc6-linking-fix.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 recipes-sysmobts/osmo-bts/files/gcc6-linking-fix.patch diff --git a/recipes-sysmobts/osmo-bts/files/gcc6-linking-fix.patch b/recipes-sysmobts/osmo-bts/files/gcc6-linking-fix.patch deleted file mode 100644 index c97839f..0000000 --- a/recipes-sysmobts/osmo-bts/files/gcc6-linking-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: git/src/osmo-bts-sysmo/l1_if.h -=================================================================== ---- git.orig/src/osmo-bts-sysmo/l1_if.h -+++ git/src/osmo-bts-sysmo/l1_if.h -@@ -132,6 +132,6 @@ int bts_check_for_ciph_cmd(struct femtol - void bts_check_for_first_ciphrd(struct femtol1_hdl *fl1h, - GsmL1_MsgUnitParam_t *msgUnitParam, - struct gsm_lchan *lchan); --inline int l1if_ms_pwr_ctrl(struct gsm_lchan *lchan, const int uplink_target, -+int l1if_ms_pwr_ctrl(struct gsm_lchan *lchan, const int uplink_target, - const uint8_t ms_power, const float rxLevel); - #endif /* _FEMTO_L1_H */