From: Uwe Kleine-König Date: Thu, 23 Jan 2025 10:39:38 +0000 (+0100) Subject: pwm: lpss: Only include where needed X-Git-Tag: v6.15-rc1~181^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=444053e3c42ace09d21e6eff1b7dcd19804c8640;p=thirdparty%2Fkernel%2Flinux.git pwm: lpss: Only include where needed Among the three files that include pwm-lpss.h only pwm-lpss.c actually needs . So move the #include statement from the former to the latter. Signed-off-by: Uwe Kleine-König Reviewed-by: Andy Shevchenko Link: https://lore.kernel.org/r/20250123103939.357160-2-u.kleine-koenig@baylibre.com Signed-off-by: Uwe Kleine-König --- diff --git a/drivers/pwm/pwm-lpss.c b/drivers/pwm/pwm-lpss.c index 3b99feb3bb491..5accab033b8bb 100644 --- a/drivers/pwm/pwm-lpss.c +++ b/drivers/pwm/pwm-lpss.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #define DEFAULT_SYMBOL_NAMESPACE "PWM_LPSS" diff --git a/drivers/pwm/pwm-lpss.h b/drivers/pwm/pwm-lpss.h index b5267ab5193b6..60792181401ee 100644 --- a/drivers/pwm/pwm-lpss.h +++ b/drivers/pwm/pwm-lpss.h @@ -10,7 +10,6 @@ #ifndef __PWM_LPSS_H #define __PWM_LPSS_H -#include #include #include