From: Adrian Bunk <bunk@stusta.de>
To: Guenter Geiger <geiger@debian.org>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] sound/oss/rme96xx.c: remove kernel 2.2 #if's
Date: Sat, 12 Mar 2005 16:59:40 +0100 [thread overview]
Message-ID: <20050312155940.GD3814@stusta.de> (raw)
This patch removes #if's for kernel 2.2 .
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.11-mm2-full/sound/oss/rme96xx.c.old 2005-03-12 12:24:43.000000000 +0100
+++ linux-2.6.11-mm2-full/sound/oss/rme96xx.c 2005-03-12 12:25:02.000000000 +0100
@@ -1750,9 +1750,7 @@
static struct file_operations rme96xx_audio_fops = {
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
.owner = THIS_MODULE,
-#endif
.read = rme96xx_read,
.write = rme96xx_write,
.poll = rme96xx_poll,
@@ -1852,9 +1850,7 @@
}
static /*const*/ struct file_operations rme96xx_mixer_fops = {
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
.owner = THIS_MODULE,
-#endif
.ioctl = rme96xx_mixer_ioctl,
.open = rme96xx_mixer_open,
.release = rme96xx_mixer_release,
next reply other threads:[~2005-03-12 16:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-12 15:59 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-03-25 1:10 [2.6 patch] sound/oss/rme96xx.c: remove kernel 2.2 #if's Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050312155940.GD3814@stusta.de \
--to=bunk@stusta.de \
--cc=geiger@debian.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.