diff options
Diffstat (limited to 'sound/oss/dmasound/dmasound_atari.c')
-rw-r--r-- | sound/oss/dmasound/dmasound_atari.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/dmasound/dmasound_atari.c b/sound/oss/dmasound/dmasound_atari.c index dc31373069a5..285239d64b82 100644 --- a/sound/oss/dmasound/dmasound_atari.c +++ b/sound/oss/dmasound/dmasound_atari.c | |||
@@ -133,7 +133,7 @@ static int FalconSetFormat(int format); | |||
133 | static int FalconSetVolume(int volume); | 133 | static int FalconSetVolume(int volume); |
134 | static void AtaPlayNextFrame(int index); | 134 | static void AtaPlayNextFrame(int index); |
135 | static void AtaPlay(void); | 135 | static void AtaPlay(void); |
136 | static irqreturn_t AtaInterrupt(int irq, void *dummy, struct pt_regs *fp); | 136 | static irqreturn_t AtaInterrupt(int irq, void *dummy); |
137 | 137 | ||
138 | /*** Mid level stuff *********************************************************/ | 138 | /*** Mid level stuff *********************************************************/ |
139 | 139 | ||
@@ -1257,7 +1257,7 @@ static void AtaPlay(void) | |||
1257 | } | 1257 | } |
1258 | 1258 | ||
1259 | 1259 | ||
1260 | static irqreturn_t AtaInterrupt(int irq, void *dummy, struct pt_regs *fp) | 1260 | static irqreturn_t AtaInterrupt(int irq, void *dummy) |
1261 | { | 1261 | { |
1262 | #if 0 | 1262 | #if 0 |
1263 | /* ++TeSche: if you should want to test this... */ | 1263 | /* ++TeSche: if you should want to test this... */ |