diff options
-rw-r--r-- | plugins/tc65.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/tc65.c b/plugins/tc65.c index 257113e8..8c37e2b0 100644 --- a/plugins/tc65.c +++ b/plugins/tc65.c @@ -220,15 +220,15 @@ static void tc65_post_online(struct ofono_modem *modem) } static struct ofono_modem_driver tc65_driver = { - .name = "tc65", - .probe = tc65_probe, - .remove = tc65_remove, - .enable = tc65_enable, - .disable = tc65_disable, - .set_online = tc65_set_online, - .pre_sim = tc65_pre_sim, - .post_sim = tc65_post_sim, - .post_online = tc65_post_online, + .name = "tc65", + .probe = tc65_probe, + .remove = tc65_remove, + .enable = tc65_enable, + .disable = tc65_disable, + .set_online = tc65_set_online, + .pre_sim = tc65_pre_sim, + .post_sim = tc65_post_sim, + .post_online = tc65_post_online, }; static int tc65_init(void) |