projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec50f2a
)
NVMe: Remove redundant version.h header include
author
Sachin Kamat
<sachin.kamat@linaro.org>
Tue, 14 May 2013 03:02:13 +0000
(08:32 +0530)
committer
Matthew Wilcox
<matthew.r.wilcox@intel.com>
Fri, 17 May 2013 13:10:05 +0000
(09:10 -0400)
version.h header inclusion is not necessary as detected by
checkversion.pl.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Vishal Verma <vishal.l.verma@linux.intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme-scsi.c
patch
|
blob
|
history
diff --git
a/drivers/block/nvme-scsi.c
b/drivers/block/nvme-scsi.c
index
fed54b0
..
64bde68
100644
(file)
--- a/
drivers/block/nvme-scsi.c
+++ b/
drivers/block/nvme-scsi.c
@@
-44,7
+44,6
@@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/types.h>
-#include <linux/version.h>
#include <scsi/sg.h>
#include <scsi/scsi.h>