diff options
Diffstat (limited to 'sound/oss/nm256.h')
-rw-r--r-- | sound/oss/nm256.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/nm256.h b/sound/oss/nm256.h index 21e07b5081f2..1dade9033995 100644 --- a/sound/oss/nm256.h +++ b/sound/oss/nm256.h | |||
@@ -115,7 +115,7 @@ struct nm256_info | |||
115 | int has_irq; | 115 | int has_irq; |
116 | 116 | ||
117 | /* The card interrupt service routine. */ | 117 | /* The card interrupt service routine. */ |
118 | irqreturn_t (*introutine) (int, void *, struct pt_regs *); | 118 | irq_handler_t introutine; |
119 | 119 | ||
120 | /* Current audio config, cached. */ | 120 | /* Current audio config, cached. */ |
121 | struct sinfo { | 121 | struct sinfo { |