]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: comedi: comedi_fops: Remove unused stat.h header
authorCheah Kok Cheong <thrust73@gmail.com>
Sat, 7 Jan 2017 11:13:12 +0000 (19:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Jan 2017 16:38:32 +0000 (17:38 +0100)
Unused after commit 6e3029397698 ("staging: comedi: comedi_fops:
coding style fixes") - Fixed coding style in comedi_fops.c
Symbolic to octal permission.

Anyway it's included in module.h

Signed-off-by: Cheah Kok Cheong <thrust73@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c

index 859a28e5039551ec427d8f4b2e7e8990d3e266bc..57e8599b54e64589d63186e2e2229d31507d8c3b 100644 (file)
@@ -33,7 +33,6 @@
 #include <linux/fs.h>
 #include "comedidev.h"
 #include <linux/cdev.h>
-#include <linux/stat.h>
 
 #include <linux/io.h>
 #include <linux/uaccess.h>