]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/pwm.h
pwm: make the PWM_POLARITY flag in DTB optional
[karo-tx-linux.git] / include / linux / pwm.h
index e90628cac8fae57e8a88ecd9f93d2a2f1342b9d5..4cf156926ac0275c83e171e4d38df03e16b6447a 100644 (file)
@@ -174,7 +174,6 @@ struct pwm_chip {
 
        struct pwm_device *     (*of_xlate)(struct pwm_chip *pc,
                                            const struct of_phandle_args *args);
-       unsigned int            of_pwm_n_cells;
        bool                    can_sleep;
 };