cosmetic: make gsm0408_loc_upd_rej() static

This commit is contained in:
Neels Hofmeyr
2016-05-09 13:20:54 +02:00
parent 30e416be28
commit a49d02723b

View File

@@ -497,7 +497,7 @@ void gsm0408_clear_all_trans(struct gsm_network *net, int protocol)
} }
/* Chapter 9.2.14 : Send LOCATION UPDATING REJECT */ /* Chapter 9.2.14 : Send LOCATION UPDATING REJECT */
int gsm0408_loc_upd_rej(struct gsm_subscriber_connection *conn, uint8_t cause) static int gsm0408_loc_upd_rej(struct gsm_subscriber_connection *conn, uint8_t cause)
{ {
struct msgb *msg; struct msgb *msg;