diff options
Diffstat (limited to 'linux/sound/oss')
-rw-r--r-- | linux/sound/oss/btaudio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/sound/oss/btaudio.c b/linux/sound/oss/btaudio.c index 1a0e427ce..82aeb950d 100644 --- a/linux/sound/oss/btaudio.c +++ b/linux/sound/oss/btaudio.c @@ -833,7 +833,11 @@ static char *irq_name[] = { "", "", "", "OFLOW", "", "", "", "", "", "", "", "RISCI", "FBUS", "FTRGT", "FDSR", "PPERR", "RIPERR", "PABORT", "OCERR", "SCERR" }; +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19) static irqreturn_t btaudio_irq(int irq, void *dev_id, struct pt_regs * regs) +#else +static irqreturn_t btaudio_irq(int irq, void *dev_id) +#endif { int count = 0; u32 stat,astat; |