Message ID | 20221117110806.65470-4-andriy.shevchenko@linux.intel.com |
---|---|
State | Accepted |
Commit | 878cf979c1458f835d436debb886f9dfff59012a |
Headers | show |
Series | [v5,1/7] pwm: Add a stub for devm_pwmchip_add() | expand |
diff --git a/drivers/pwm/pwm-lpss.h b/drivers/pwm/pwm-lpss.h index 2c746c51b883..4ce6daa46ca8 100644 --- a/drivers/pwm/pwm-lpss.h +++ b/drivers/pwm/pwm-lpss.h @@ -10,8 +10,10 @@ #ifndef __PWM_LPSS_H #define __PWM_LPSS_H -#include <linux/device.h> #include <linux/pwm.h> +#include <linux/types.h> + +struct device; #define LPSS_MAX_PWMS 4