call-forwarding: Inline get_query_next_cf_cond()

This commit is contained in:
Oleg Zhurakivskyy 2012-03-13 15:46:23 +02:00 committed by Denis Kenzior
parent 021b2145d4
commit 65898b34b8
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ static void get_query_cf_callback(const struct ofono_error *error, int total,
get_query_next_cf_cond(cf);
}
static void get_query_next_cf_cond(struct ofono_call_forwarding *cf)
static inline void get_query_next_cf_cond(struct ofono_call_forwarding *cf)
{
cf->driver->query(cf, cf->query_next, BEARER_CLASS_DEFAULT,
get_query_cf_callback, cf);