<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: &lt;janitor@sternwelten.at&gt;

  remove unused #include &lt;linux/version.h&gt;
  Old ifdefs were removed that used it's definition.

Signed-off-by: Maximilian Attems &lt;janitor@sternwelten.at&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 25-akpm/drivers/block/cpqarray.c |   14 --------------
 1 files changed, 14 deletions(-)

diff -puN drivers/block/cpqarray.c~janitor-cpqarray-remove-unused-include drivers/block/cpqarray.c
--- 25/drivers/block/cpqarray.c~janitor-cpqarray-remove-unused-include	Thu Sep 23 15:38:16 2004
+++ 25-akpm/drivers/block/cpqarray.c	Thu Sep 23 15:38:16 2004
@@ -21,7 +21,6 @@
  */
 #include &lt;linux/config.h&gt;	/* CONFIG_PROC_FS */
 #include &lt;linux/module.h&gt;
-#include &lt;linux/version.h&gt;
 #include &lt;linux/types.h&gt;
 #include &lt;linux/pci.h&gt;
 #include &lt;linux/bio.h&gt;
@@ -732,7 +731,6 @@ static void *remap_pci_mem(ulong base, u
 }
 
 #ifndef MODULE
-#if LINUX_VERSION_CODE &gt;= KERNEL_VERSION(2,3,13)
 /*
  * Config string is a comma separated set of i/o addresses of EISA cards.
  */
@@ -749,18 +747,6 @@ static int cpqarray_setup(char *str)
 
 __setup("smart2=", cpqarray_setup);
 
-#else
-
-/*
- * Copy the contents of the ints[] array passed to us by init.
- */
-void cpqarray_setup(char *str, int *ints)
-{
-	int i;
-	for(i=0; i&lt;ints[0] &amp;&amp; i&lt;8; i++)
-		eisa[i] = ints[i+1];
-}
-#endif
 #endif
 
 /*
_
</pre></body></html>