@@ -456,7 +456,7 @@ int intel_lpss_probe(struct device *dev,
456
456
457
457
return ret ;
458
458
}
459
- EXPORT_SYMBOL_GPL (intel_lpss_probe );
459
+ EXPORT_SYMBOL_NS_GPL (intel_lpss_probe , INTEL_LPSS );
460
460
461
461
void intel_lpss_remove (struct device * dev )
462
462
{
@@ -468,7 +468,7 @@ void intel_lpss_remove(struct device *dev)
468
468
intel_lpss_unregister_clock (lpss );
469
469
ida_free (& intel_lpss_devid_ida , lpss -> devid );
470
470
}
471
- EXPORT_SYMBOL_GPL (intel_lpss_remove );
471
+ EXPORT_SYMBOL_NS_GPL (intel_lpss_remove , INTEL_LPSS );
472
472
473
473
#ifdef CONFIG_PM
474
474
static int resume_lpss_device (struct device * dev , void * data )
@@ -488,7 +488,7 @@ int intel_lpss_prepare(struct device *dev)
488
488
device_for_each_child_reverse (dev , NULL , resume_lpss_device );
489
489
return 0 ;
490
490
}
491
- EXPORT_SYMBOL_GPL (intel_lpss_prepare );
491
+ EXPORT_SYMBOL_NS_GPL (intel_lpss_prepare , INTEL_LPSS );
492
492
493
493
int intel_lpss_suspend (struct device * dev )
494
494
{
@@ -509,7 +509,7 @@ int intel_lpss_suspend(struct device *dev)
509
509
510
510
return 0 ;
511
511
}
512
- EXPORT_SYMBOL_GPL (intel_lpss_suspend );
512
+ EXPORT_SYMBOL_NS_GPL (intel_lpss_suspend , INTEL_LPSS );
513
513
514
514
int intel_lpss_resume (struct device * dev )
515
515
{
@@ -524,7 +524,7 @@ int intel_lpss_resume(struct device *dev)
524
524
525
525
return 0 ;
526
526
}
527
- EXPORT_SYMBOL_GPL (intel_lpss_resume );
527
+ EXPORT_SYMBOL_NS_GPL (intel_lpss_resume , INTEL_LPSS );
528
528
#endif
529
529
530
530
static int __init intel_lpss_init (void )
0 commit comments