Skip to content

Commit 1515b84

Browse files
oscarliu2019ojeda
authored andcommitted
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 <[email protected]> Acked-by: Robin van der Gracht <[email protected]> [reworded] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 2b7ea42 commit 1515b84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/auxdisplay/ht16k33.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <linux/i2c.h>
1515
#include <linux/property.h>
1616
#include <linux/fb.h>
17-
#include <linux/slab.h>
1817
#include <linux/backlight.h>
1918
#include <linux/input.h>
2019
#include <linux/input/matrix_keypad.h>

0 commit comments

Comments
 (0)