Commit 1515b849 authored by Mianhan Liu's avatar Mianhan Liu Committed by Miguel Ojeda
Browse files

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: default avatarMianhan Liu <liumh1@shanghaitech.edu.cn>
Acked-by: default avatarRobin van der Gracht <robin@protonic.nl>
[reworded]
Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 2b7ea42e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>