Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mianhan Liu and committed by
Miguel Ojeda
2b7ea42e 83bb3d51

-3
-3
drivers/auxdisplay/ks0108.c
··· 15 15 #include <linux/module.h> 16 16 #include <linux/kernel.h> 17 17 #include <linux/delay.h> 18 - #include <linux/fs.h> 19 - #include <linux/io.h> 20 18 #include <linux/parport.h> 21 - #include <linux/uaccess.h> 22 19 #include <linux/ks0108.h> 23 20 24 21 #define KS0108_NAME "ks0108"