NVM Express: Remove unneeded include of linux/version.h from nvme.c

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>
This commit is contained in:
Jesper Juhl 2012-02-05 20:11:27 +01:00 committed by Jiri Kosina
parent 24775d652b
commit d0156f4d62
1 changed files with 0 additions and 1 deletions

View 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))