]> Git Repo - linux.git/blobdiff - include/linux/platform_data/x86/pwm-lpss.h
pwm: lpss: Rename pwm_lpss_probe() --> devm_pwm_lpss_probe()
[linux.git] / include / linux / platform_data / x86 / pwm-lpss.h
index 296bd837ddbb91cb7527b0753d1e6b0dfe5a4045..c852fe24fe2a3e7575406b9e1fa4639be71a3bad 100644 (file)
@@ -27,7 +27,7 @@ struct pwm_lpss_boardinfo {
        bool other_devices_aml_touches_pwm_regs;
 };
 
-struct pwm_lpss_chip *pwm_lpss_probe(struct device *dev, void __iomem *base,
-                                    const struct pwm_lpss_boardinfo *info);
+struct pwm_lpss_chip *devm_pwm_lpss_probe(struct device *dev, void __iomem *base,
+                                         const struct pwm_lpss_boardinfo *info);
 
 #endif /* __PLATFORM_DATA_X86_PWM_LPSS_H */
This page took 0.038067 seconds and 4 git commands to generate.