Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux-2.6-microblaze.git] / include / linux / pwm.h
index a13ff38..e4d84d4 100644 (file)
@@ -473,11 +473,6 @@ static inline int pwmchip_add(struct pwm_chip *chip)
        return -EINVAL;
 }
 
-static inline int pwmchip_add_inversed(struct pwm_chip *chip)
-{
-       return -EINVAL;
-}
-
 static inline int pwmchip_remove(struct pwm_chip *chip)
 {
        return -EINVAL;