From: Mianhan Liu Date: Tue, 28 Sep 2021 19:15:09 +0000 (+0800) Subject: auxdisplay: ht16k33: remove superfluous header files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1515b849f726f60dfff5c0bde2b0713cac26dd6c;p=linux.git auxdisplay: ht16k33: remove superfluous header files ht16k33.c doesn't use any macro or function declared in linux/slab.h. Thus, these files can be removed from ht16k33.c safely without affecting the compilation. Signed-off-by: Mianhan Liu Acked-by: Robin van der Gracht [reworded] Signed-off-by: Miguel Ojeda --- diff --git a/drivers/auxdisplay/ht16k33.c b/drivers/auxdisplay/ht16k33.c index 1134ae9f30de4..4fab3b2c70239 100644 --- a/drivers/auxdisplay/ht16k33.c +++ b/drivers/auxdisplay/ht16k33.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include