diff options
Diffstat (limited to 'sound/usb/6fire/pcm.h')
-rw-r--r-- | sound/usb/6fire/pcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/6fire/pcm.h b/sound/usb/6fire/pcm.h index 3104301b257d..9b01133ee3fe 100644 --- a/sound/usb/6fire/pcm.h +++ b/sound/usb/6fire/pcm.h | |||
@@ -69,7 +69,7 @@ struct pcm_runtime { | |||
69 | bool stream_wait_cond; | 69 | bool stream_wait_cond; |
70 | }; | 70 | }; |
71 | 71 | ||
72 | int __devinit usb6fire_pcm_init(struct sfire_chip *chip); | 72 | int usb6fire_pcm_init(struct sfire_chip *chip); |
73 | void usb6fire_pcm_abort(struct sfire_chip *chip); | 73 | void usb6fire_pcm_abort(struct sfire_chip *chip); |
74 | void usb6fire_pcm_destroy(struct sfire_chip *chip); | 74 | void usb6fire_pcm_destroy(struct sfire_chip *chip); |
75 | #endif /* USB6FIRE_PCM_H */ | 75 | #endif /* USB6FIRE_PCM_H */ |