]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pwm: lpss: Only include <linux/pwm.h> where needed
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Thu, 23 Jan 2025 10:39:38 +0000 (11:39 +0100)
committerUwe Kleine-König <ukleinek@kernel.org>
Tue, 4 Feb 2025 07:23:42 +0000 (08:23 +0100)
commit444053e3c42ace09d21e6eff1b7dcd19804c8640
treed0235d4ea655a5cd1604a87d227abe46dabf2c9b
parent2014c95afecee3e76ca4a56956a936e23283f05b
pwm: lpss: Only include <linux/pwm.h> where needed

Among the three files that include pwm-lpss.h only pwm-lpss.c actually
needs <linux/pwm.h>. So move the #include statement from the former to
the latter.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/20250123103939.357160-2-u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
drivers/pwm/pwm-lpss.c
drivers/pwm/pwm-lpss.h