diff options
Diffstat (limited to 'src/mm-broadband-modem-mbim.c')
-rw-r--r-- | src/mm-broadband-modem-mbim.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c index 30145eb9..374d0a63 100644 --- a/src/mm-broadband-modem-mbim.c +++ b/src/mm-broadband-modem-mbim.c @@ -52,7 +52,7 @@ #endif static void iface_modem_init (MMIfaceModemInterface *iface); -static void iface_modem_3gpp_init (MMIfaceModem3gpp *iface); +static void iface_modem_3gpp_init (MMIfaceModem3gppInterface *iface); static void iface_modem_3gpp_profile_manager_init (MMIfaceModem3gppProfileManager *iface); static void iface_modem_3gpp_ussd_init (MMIfaceModem3gppUssd *iface); static void iface_modem_location_init (MMIfaceModemLocation *iface); @@ -64,9 +64,9 @@ static void shared_qmi_init (MMSharedQmi #endif #if defined WITH_QMI && QMI_MBIM_QMUX_SUPPORTED -static MMIfaceModemLocation *iface_modem_location_parent; +static MMIfaceModemLocation *iface_modem_location_parent; #endif -static MMIfaceModemSignal *iface_modem_signal_parent; +static MMIfaceModemSignal *iface_modem_signal_parent; static MMIfaceModemInterface *iface_modem_parent; G_DEFINE_TYPE_EXTENDED (MMBroadbandModemMbim, mm_broadband_modem_mbim, MM_TYPE_BROADBAND_MODEM, 0, @@ -10151,7 +10151,7 @@ iface_modem_init (MMIfaceModemInterface *iface) } static void -iface_modem_3gpp_init (MMIfaceModem3gpp *iface) +iface_modem_3gpp_init (MMIfaceModem3gppInterface *iface) { /* Initialization steps */ iface->load_imei = modem_3gpp_load_imei; |