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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -15,10 +15,7 @@
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/fs.h>
#include <linux/io.h>
#include <linux/parport.h>
#include <linux/uaccess.h>
#include <linux/ks0108.h>

#define KS0108_NAME "ks0108"