Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1553646

[PATCH 4/4] Staging: comedi: comedi_fops: Remove unused stat.h header

From Cheah Kok Cheong <thrust73@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 4/4] Staging: comedi: comedi_fops: Remove unused stat.h header
Date 2017-01-07 12:20 +0100
Message-ID <sWXct-8ag-7@gated-at.bofh.it> (permalink)
References <sWXct-8ag-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 drivers/staging/comedi/comedi_fops.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c
index 5c06ba6..2e8c6d9 100644
--- a/drivers/staging/comedi/comedi_fops.c
+++ b/drivers/staging/comedi/comedi_fops.c
@@ -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>
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 4/4] Staging: comedi: comedi_fops: Remove unused stat.h header Cheah Kok Cheong <thrust73@gmail.com> - 2017-01-07 12:20 +0100

csiph-web