auxdisplay: ks0108: remove superfluous header files
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Tue, 28 Sep 2021 19:06:44 +0000 (03:06 +0800)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 21 Oct 2021 22:04:43 +0000 (00:04 +0200)
commit2b7ea42e7e29cc6c96f255a5c5289630ca612be0
tree21b6456e9d244b34c585c2593eabf6d7556a1357
parent83bb3d512fc256cf3bbfb0aa961bc025a561d31e
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>
drivers/auxdisplay/ks0108.c