瀏覽代碼

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>
Jesper Juhl 13 年之前
父節點
當前提交
d0156f4d62
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/block/nvme.c

+ 0 - 1
drivers/block/nvme.c

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