Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
---
sound/oss/i810_audio.c | 4 ++--
sound/oss/swarm_cs4297a.c | 4 ++--
sound/oss/trident.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sound/oss/i810_audio.c b/sound/oss/i810_audio.c
index f5e31f1..5169025 100644
--- a/sound/oss/i810_audio.c
+++ b/sound/oss/i810_audio.c
@@ -2684,7 +2684,7 @@ static int i810_release(struct inode *inode, struct file *file)
return 0;
}
-static /*const*/ struct file_operations i810_audio_fops = {
+static const struct file_operations i810_audio_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
.read = i810_read,
@@ -2829,7 +2829,7 @@ static int i810_ioctl_mixdev(struct inode *inode, struct file *file, unsigned in
return codec->mixer_ioctl(codec, cmd, arg);
}
-static /*const*/ struct file_operations i810_mixer_fops = {
+static const struct file_operations i810_mixer_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
.ioctl = i810_ioctl_mixdev,
diff --git a/sound/oss/swarm_cs4297a.c b/sound/oss/swarm_cs4297a.c
index a8057f2..044453a 100644
--- a/sound/oss/swarm_cs4297a.c
+++ b/sound/oss/swarm_cs4297a.c
@@ -1580,7 +1580,7 @@ static int cs4297a_ioctl_mixdev(struct inode *inode, struct file *file,
// ******************************************************************************************
// Mixer file operations struct.
// ******************************************************************************************
-static /*const */ struct file_operations cs4297a_mixer_fops = {
+static const struct file_operations cs4297a_mixer_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
.ioctl = cs4297a_ioctl_mixdev,
@@ -2491,7 +2491,7 @@ static int cs4297a_open(struct inode *inode, struct file *file)
// ******************************************************************************************
// Wave (audio) file operations struct.
// ******************************************************************************************
-static /*const */ struct file_operations cs4297a_audio_fops = {
+static const struct file_operations cs4297a_audio_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
.read = cs4297a_read,
diff --git a/sound/oss/trident.c b/sound/oss/trident.c
index 96adc47..9ce1b63 100644
--- a/sound/oss/trident.c
+++ b/sound/oss/trident.c
@@ -2878,7 +2878,7 @@ trident_release(struct inode *inode, struct file *file)
return 0;
}
-static /*const */ struct file_operations trident_audio_fops = {
+static const struct file_operations trident_audio_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
.read = trident_read,
@@ -4104,7 +4104,7 @@ trident_ioctl_mixdev(struct inode *inode, struct file *file, unsigned int cmd,
return codec->mixer_ioctl(codec, cmd, arg);
}
-static /*const */ struct file_operations trident_mixer_fops = {
+static const struct file_operations trident_mixer_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
.ioctl = trident_ioctl_mixdev,
--
1.5.3.4
--
| Artem Bityutskiy | [PATCH 12/44 take 2] [UBI] allocation unit implementation |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Jeff Garzik | Re: [RFC] Heads up on sys_fallocate() |
| Christoph Hellwig | pcmcia ioctl removal |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | [GIT]: Networking |
| David Miller | Re: [BUG] New Kernel Bugs |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
