NVM Express: Remove unneeded include of linux/version.h from nvme.c
authorJesper Juhl <jj@chaosbits.net>
Sun, 5 Feb 2012 19:11:27 +0000 (20:11 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 21 Feb 2012 10:48:54 +0000 (11:48 +0100)
There's no need for drivers/block/nvme.c to include linux/version.h,
so remove the include.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/block/nvme.c

index c1dc4d8..09776da 100644 (file)
@@ -39,7 +39,6 @@
 #include <linux/sched.h>
 #include <linux/slab.h>
 #include <linux/types.h>
-#include <linux/version.h>
 
 #define NVME_Q_DEPTH 1024
 #define SQ_SIZE(depth)         (depth * sizeof(struct nvme_command))