diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index db3b0c4f..f5ccbb1c 100644 --- a/drivers/atmodem/network-registration.c +++ b/drivers/atmodem/network-registration.c @@ -1043,8 +1043,8 @@ static struct ofono_netreg_driver driver = { .name = "atmodem", .probe = at_netreg_probe, .remove = at_netreg_remove, - .registration_status = at_registration_status, - .current_operator = at_current_operator, + .registration_status = at_registration_status, + .current_operator = at_current_operator, .list_operators = at_list_operators, .register_auto = at_register_auto, .register_manual = at_register_manual,