diff options
Diffstat (limited to 'sound/pci/pcxhr')
-rw-r--r-- | sound/pci/pcxhr/pcxhr_core.c | 2 | ||||
-rw-r--r-- | sound/pci/pcxhr/pcxhr_core.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/pcxhr/pcxhr_core.c b/sound/pci/pcxhr/pcxhr_core.c index c40f59062684..0ff8dc36fde3 100644 --- a/sound/pci/pcxhr/pcxhr_core.c +++ b/sound/pci/pcxhr/pcxhr_core.c | |||
@@ -1131,7 +1131,7 @@ static void pcxhr_update_timer_pos(struct pcxhr_mgr *mgr, | |||
1131 | } | 1131 | } |
1132 | 1132 | ||
1133 | 1133 | ||
1134 | irqreturn_t pcxhr_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1134 | irqreturn_t pcxhr_interrupt(int irq, void *dev_id) |
1135 | { | 1135 | { |
1136 | struct pcxhr_mgr *mgr = dev_id; | 1136 | struct pcxhr_mgr *mgr = dev_id; |
1137 | unsigned int reg; | 1137 | unsigned int reg; |
diff --git a/sound/pci/pcxhr/pcxhr_core.h b/sound/pci/pcxhr/pcxhr_core.h index e7415d6d1826..d9a4ab609875 100644 --- a/sound/pci/pcxhr/pcxhr_core.h +++ b/sound/pci/pcxhr/pcxhr_core.h | |||
@@ -194,7 +194,7 @@ int pcxhr_write_io_num_reg_cont(struct pcxhr_mgr *mgr, unsigned int mask, | |||
194 | 194 | ||
195 | 195 | ||
196 | /* interrupt handling */ | 196 | /* interrupt handling */ |
197 | irqreturn_t pcxhr_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 197 | irqreturn_t pcxhr_interrupt(int irq, void *dev_id); |
198 | void pcxhr_msg_tasklet(unsigned long arg); | 198 | void pcxhr_msg_tasklet(unsigned long arg); |
199 | 199 | ||
200 | #endif /* __SOUND_PCXHR_CORE_H */ | 200 | #endif /* __SOUND_PCXHR_CORE_H */ |