Mark inline header function as static

Change-Id: Ib751f7467d54cbcae76f72448a38e30f2ecc63d4
diff --git a/include/osmocom/codec/codec.h b/include/osmocom/codec/codec.h
index 74eca46..fb127b5 100644
--- a/include/osmocom/codec/codec.h
+++ b/include/osmocom/codec/codec.h
@@ -46,7 +46,7 @@
  *  \param[in] ft AMR Frame Type
  *  \returns true if AMR with given Frame Type contains voice, false otherwise
  */
-inline bool osmo_amr_is_speech(enum osmo_amr_type ft)
+static inline bool osmo_amr_is_speech(enum osmo_amr_type ft)
 {
 	switch (ft) {
 	case AMR_4_75: