<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Adrian Bunk &lt;bunk@stusta.de&gt;

This patch removes #if's for kernel 2.2 .

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 /dev/null                   |    0 
 25-akpm/sound/oss/rme96xx.c |    4 ----
 2 files changed, 4 deletions(-)

diff -puN sound/oss/rme96xx.c~sound-oss-rme96xxc-remove-kernel-22-ifs sound/oss/rme96xx.c
--- 25/sound/oss/rme96xx.c~sound-oss-rme96xxc-remove-kernel-22-ifs	Thu Mar 24 17:25:53 2005
+++ 25-akpm/sound/oss/rme96xx.c	Thu Mar 24 17:25:53 2005
@@ -1750,9 +1750,7 @@ static unsigned int rme96xx_poll(struct 
 
 
 static struct file_operations rme96xx_audio_fops = {
-#if LINUX_VERSION_CODE &gt;= KERNEL_VERSION(2,4,0)
 	.owner	 = THIS_MODULE,
-#endif
 	.read	 = rme96xx_read,
 	.write	 = rme96xx_write,
 	.poll	 = rme96xx_poll,
@@ -1852,9 +1850,7 @@ static int rme96xx_mixer_release(struct 
 }
 
 static /*const*/ struct file_operations rme96xx_mixer_fops = {
-#if LINUX_VERSION_CODE &gt;= KERNEL_VERSION(2,4,0)
 	.owner	 = THIS_MODULE,
-#endif
 	.ioctl	 = rme96xx_mixer_ioctl,
 	.open	 = rme96xx_mixer_open,
 	.release = rme96xx_mixer_release,
diff -L sound/oss/rme96xx.c.old -puN /dev/null /dev/null
_
</pre></body></html>