Commit 2b7ea42e authored by Mianhan Liu's avatar Mianhan Liu Committed by Miguel Ojeda

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: default avatarMianhan Liu <liumh1@shanghaitech.edu.cn>
[reworded]
Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 83bb3d51
...@@ -15,10 +15,7 @@ ...@@ -15,10 +15,7 @@
#include <linux/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/fs.h>
#include <linux/io.h>
#include <linux/parport.h> #include <linux/parport.h>
#include <linux/uaccess.h>
#include <linux/ks0108.h> #include <linux/ks0108.h>
#define KS0108_NAME "ks0108" #define KS0108_NAME "ks0108"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment