commit | 1515b849f726f60dfff5c0bde2b0713cac26dd6c | [log] [tgz] |
---|---|---|
author | Mianhan Liu <liumh1@shanghaitech.edu.cn> | Wed Sep 29 03:15:09 2021 +0800 |
committer | Miguel Ojeda <ojeda@kernel.org> | Fri Oct 22 00:07:29 2021 +0200 |
tree | b73406ccbdb9cd972375e52d4900214c533c74ef | |
parent | 2b7ea42e7e29cc6c96f255a5c5289630ca612be0 [diff] |
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 <liumh1@shanghaitech.edu.cn> Acked-by: Robin van der Gracht <robin@protonic.nl> [reworded] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>