summaryrefslogtreecommitdiff
path: root/plugins/xmm7xxx.c
diff options
context:
space:
mode:
authorJames Prestwood <james.prestwood@linux.intel.com>2017-11-09 09:52:17 -0800
committerDenis Kenzior <denkenz@gmail.com>2017-11-09 11:56:08 -0600
commitc4bb058e40feb063a869d60431694c9fed4d2d2f (patch)
tree9ee5b0b37da48dfe35f0e552088853f8e0429984 /plugins/xmm7xxx.c
parentd025f2c8b5fa1b0fb842d6ee7b042bb137f85ade (diff)
downloadofono-c4bb058e40feb063a869d60431694c9fed4d2d2f.tar.gz
plugins: updated plugins using simauth module
The simauth creation API changed to not take the driver structure
Diffstat (limited to 'plugins/xmm7xxx.c')
-rw-r--r--plugins/xmm7xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xmm7xxx.c b/plugins/xmm7xxx.c
index a2582dff..9f0ae8f4 100644
--- a/plugins/xmm7xxx.c
+++ b/plugins/xmm7xxx.c
@@ -325,7 +325,7 @@ static void xmm7xxx_post_sim(struct ofono_modem *modem)
ofono_lte_create(modem, "atmodem", data->chat);
ofono_radio_settings_create(modem, 0, "xmm7modem", data->chat);
- ofono_sim_auth_create(modem, 0, "atmodem", data->chat);
+ ofono_sim_auth_create(modem);
}
static void xmm7xxx_post_online(struct ofono_modem *modem)