sim: Minor style fixes

This commit is contained in:
Oleg Zhurakivskyy 2012-01-09 12:30:41 +02:00 committed by Denis Kenzior
parent 5368630791
commit 3272397ad9
1 changed files with 12 additions and 12 deletions

View File

@ -46,10 +46,6 @@
#include "simfs.h"
#include "stkutil.h"
static GSList *g_drivers = NULL;
static void sim_own_numbers_update(struct ofono_sim *sim);
struct ofono_sim {
/* Contents of the SIM file system, in rough initialization order */
char *iccid;
@ -140,6 +136,10 @@ static const char *const passwd_name[] = {
[OFONO_SIM_PASSWORD_PHCORP_PUK] = "corppuk",
};
static void sim_own_numbers_update(struct ofono_sim *sim);
static GSList *g_drivers = NULL;
static const char *sim_passwd_name(enum ofono_sim_password_type type)
{
return passwd_name[type];