Skip to content

Commit 2b7ea42

Browse files
oscarliu2019ojeda
authored andcommitted
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 <[email protected]> [reworded] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 83bb3d5 commit 2b7ea42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/auxdisplay/ks0108.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
#include <linux/module.h>
1616
#include <linux/kernel.h>
1717
#include <linux/delay.h>
18-
#include <linux/fs.h>
19-
#include <linux/io.h>
2018
#include <linux/parport.h>
21-
#include <linux/uaccess.h>
2219
#include <linux/ks0108.h>
2320

2421
#define KS0108_NAME "ks0108"

0 commit comments

Comments
 (0)