From 101ae14edc14efb0fe6ed8a77ed370cca670ffc8 Mon Sep 17 00:00:00 2001
From: Jesper Juhl <jj@chaosbits.net>
Date: Mon, 1 Aug 2011 23:27:12 +0200
Subject: Remove unneeded version.h includes from drivers/scsi/
Git-commit: 101ae14edc14efb0fe6ed8a77ed370cca670ffc8 (partial)
Patch-mainline: v3.2-rc1
References: FATE#317554 bnc#909582
Patch-filtered: drivers/scsi/cxgbi/cxgb4i/

It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in drivers/scsi/.
This patch removes them.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Acked-by: Lee Duncan <lduncan@suse.com>
---

 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
+++ b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
@@ -13,7 +13,6 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__
 
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <scsi/scsi_host.h>


