Commit d0156f4d authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina

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: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 24775d65
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment