mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
qla2xxx: Remove version.h header file inclusion
version.h header file is no longer required for qla_target code. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
d4f75b567b
commit
5134de2815
@ -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;
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user