auxdisplay: ht16k33: remove superfluous header files
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Tue, 28 Sep 2021 19:15:09 +0000 (03:15 +0800)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 21 Oct 2021 22:07:29 +0000 (00:07 +0200)
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 <liumh1@shanghaitech.edu.cn>
Acked-by: Robin van der Gracht <robin@protonic.nl>
[reworded]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/auxdisplay/ht16k33.c

index 1134ae9f30de4baac49bf5ac1182e04966c84fd7..4fab3b2c702390f602edf4ff51fd21681afd0e5a 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/i2c.h>
 #include <linux/property.h>
 #include <linux/fb.h>
-#include <linux/slab.h>
 #include <linux/backlight.h>
 #include <linux/input.h>
 #include <linux/input/matrix_keypad.h>