File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ static struct usb_class_driver wdm_class = {
824
824
};
825
825
826
826
/* --- WWAN framework integration --- */
827
- #ifdef CONFIG_WWAN_CORE
827
+ #ifdef CONFIG_WWAN
828
828
static int wdm_wwan_port_start (struct wwan_port * port )
829
829
{
830
830
struct wdm_device * desc = wwan_port_get_drvdata (port );
@@ -963,11 +963,11 @@ static void wdm_wwan_rx(struct wdm_device *desc, int length)
963
963
/* inbuf has been copied, it is safe to check for outstanding data */
964
964
schedule_work (& desc -> service_outs_intr );
965
965
}
966
- #else /* CONFIG_WWAN_CORE */
966
+ #else /* CONFIG_WWAN */
967
967
static void wdm_wwan_init (struct wdm_device * desc ) {}
968
968
static void wdm_wwan_deinit (struct wdm_device * desc ) {}
969
969
static void wdm_wwan_rx (struct wdm_device * desc , int length ) {}
970
- #endif /* CONFIG_WWAN_CORE */
970
+ #endif /* CONFIG_WWAN */
971
971
972
972
/* --- error handling --- */
973
973
static void wdm_rxwork (struct work_struct * work )
You can’t perform that action at this time.
0 commit comments