X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=include%2Fsound%2Ftimer.h;h=d42c083db1dac0d9dbdfa599b2228675123a5526;hb=f93abe51e8dc7e929d29e6a9a1991bf7fd234d4a;hp=5ece2bf541dce81d9c289b10a81e23703369adab;hpb=db9edfd7e339ca4113153d887e782dd05be5a9eb;p=linux-block.git diff --git a/include/sound/timer.h b/include/sound/timer.h index 5ece2bf541dc..d42c083db1da 100644 --- a/include/sound/timer.h +++ b/include/sound/timer.h @@ -129,7 +129,6 @@ void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstam int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer); int snd_timer_global_free(struct snd_timer *timer); int snd_timer_global_register(struct snd_timer *timer); -int snd_timer_global_unregister(struct snd_timer *timer); int snd_timer_open(struct snd_timer_instance **ti, char *owner, struct snd_timer_id *tid, unsigned int slave_id); int snd_timer_close(struct snd_timer_instance *timeri);