Commit 5134de28 authored by Sachin Kamat's avatar Sachin Kamat Committed by Nicholas Bellinger

qla2xxx: Remove version.h header file inclusion

version.h header file is no longer required for qla_target code.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent d4f75b56
......@@ -26,7 +26,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/version.h>
#include <linux/blkdev.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
......
......@@ -919,7 +919,6 @@ struct qla_tgt_srr_ctio {
#define QLA_TGT_XMIT_STATUS 2
#define QLA_TGT_XMIT_ALL (QLA_TGT_XMIT_STATUS|QLA_TGT_XMIT_DATA)
#include <linux/version.h>
extern struct qla_tgt_data qla_target;
/*
......
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