commit | 2b7ea42e7e29cc6c96f255a5c5289630ca612be0 | [log] [tgz] |
---|---|---|
author | Mianhan Liu <liumh1@shanghaitech.edu.cn> | Wed Sep 29 03:06:44 2021 +0800 |
committer | Miguel Ojeda <ojeda@kernel.org> | Fri Oct 22 00:04:43 2021 +0200 |
tree | 21b6456e9d244b34c585c2593eabf6d7556a1357 | |
parent | 83bb3d512fc256cf3bbfb0aa961bc025a561d31e [diff] |
auxdisplay: ks0108: remove superfluous header files ks0108.c doesn't use any macro or function declared in linux/fs.h, linux/io.h and linux/uaccess.h. Thus, these files can be removed from ks0108.c safely without affecting the compilation. Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn> [reworded] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>