]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/pwm.h
pwm: deprecate of_pwm_xlate_with_flags()
[karo-tx-linux.git] / include / linux / pwm.h
index f0feafd184a0d655fff326bc979eebd21a7a28ab..0a9e2f72750bccdadfa80d2a3c4a1a00f5c9502b 100644 (file)
@@ -188,7 +188,7 @@ struct pwm_device *pwm_request_from_chip(struct pwm_chip *chip,
                                         unsigned int index,
                                         const char *label);
 
-struct pwm_device *of_pwm_xlate_with_flags(struct pwm_chip *pc,
+struct pwm_device * __deprecated of_pwm_xlate_with_flags(struct pwm_chip *pc,
                const struct of_phandle_args *args);
 
 struct pwm_device *pwm_get(struct device *dev, const char *con_id);