Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3385
b: refs/heads/master
c: f040ffa
h: refs/heads/master
i:
  3383: f3d2b07
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jun 25, 2005
1 parent 621a622 commit 3baa236
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f00945a8e35e46b98f3ec4adae747397393e3ee
refs/heads/master: f040ffab7488c02c0806ec8808fa619d463560f9
4 changes: 0 additions & 4 deletions trunk/sound/oss/rme96xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1750,9 +1750,7 @@ static unsigned int rme96xx_poll(struct file *file, struct poll_table_struct *wa


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,
Expand Down Expand Up @@ -1852,9 +1850,7 @@ static int rme96xx_mixer_release(struct inode *inode, struct file *file)
}

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,
Expand Down

0 comments on commit 3baa236

Please sign in to comment.