]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
auxdisplay: cfag12864bfb: remove superfluous header files
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Tue, 28 Sep 2021 19:21:42 +0000 (03:21 +0800)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 21 Oct 2021 22:03:49 +0000 (00:03 +0200)
cfag12864bfb.c doesn't use any macro or function declared in
linux/delay.h, linux/string.h and linux/uaccess.h. Thus,
these files can be removed from cfag12864bfb.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/cfag12864bfb.c

index d66821adf45324908cbf87c17022e8e83d764754..9e6681f19dc4d030288e75913c7378760a0d1303 100644 (file)
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
-#include <linux/delay.h>
 #include <linux/errno.h>
 #include <linux/fb.h>
 #include <linux/mm.h>
 #include <linux/platform_device.h>
-#include <linux/string.h>
-#include <linux/uaccess.h>
 #include <linux/cfag12864b.h>
 
 #define CFAG12864BFB_NAME "cfag12864bfb"