Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

NVMe: Remove redundant version.h header include

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>

authored by

Sachin Kamat and committed by
Matthew Wilcox
76e0310c ec50f2a9

-1
-1
drivers/block/nvme-scsi.c
··· 44 44 #include <linux/sched.h> 45 45 #include <linux/slab.h> 46 46 #include <linux/types.h> 47 - #include <linux/version.h> 48 47 #include <scsi/sg.h> 49 48 #include <scsi/scsi.h> 50 49