From: Uwe Kleine-König Date: Wed, 12 Feb 2025 17:04:03 +0000 (+0100) Subject: mfd: lp3943: Drop #include from header X-Git-Tag: v6.15-rc1~109^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=860e98066f5ef2b87a5df7b575a85a4d57adb5e1;p=thirdparty%2Fkernel%2Flinux.git mfd: lp3943: Drop #include from header The header doesn't make use of any symbols declared in . There are tree files that #include . Two of them (i.e. drivers/gpio/gpio-lp3943.c and drivers/mfd/lp3943.c) also don't use any and the third (drivers/pwm/pwm-lp3943.c) has an explicit include of itself. So drop the unused include. The intended side effect is that drivers/gpio/gpio-lp3943.c and drivers/mfd/lp3943.c stop importing the "PWM" module namespace. Signed-off-by: Uwe Kleine-König Link: https://lore.kernel.org/r/20250212170403.36619-2-u.kleine-koenig@baylibre.com Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/lp3943.h b/include/linux/mfd/lp3943.h index 020a339f96e84..402f01078fccb 100644 --- a/include/linux/mfd/lp3943.h +++ b/include/linux/mfd/lp3943.h @@ -11,7 +11,6 @@ #define __MFD_LP3943_H__ #include -#include #include /* Registers */