From 1515b849f726f60dfff5c0bde2b0713cac26dd6c Mon Sep 17 00:00:00 2001 From: Mianhan Liu Date: Wed, 29 Sep 2021 03:15:09 +0800 Subject: 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 --- drivers/auxdisplay/ht16k33.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/auxdisplay') diff --git a/drivers/auxdisplay/ht16k33.c b/drivers/auxdisplay/ht16k33.c index 1134ae9f30de..4fab3b2c7023 100644 --- a/drivers/auxdisplay/ht16k33.c +++ b/drivers/auxdisplay/ht16k33.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b