diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-04-23 02:58:05 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-04-25 10:41:46 +0200 |
commit | 34ce71a96dcba24c71b07f1b087bd179b885784d (patch) | |
tree | 89da0d835f6764133acfc4c1f086c7139953c6cd /sound/core/Makefile | |
parent | b610386c8afba397238329c50c45a3abc79ba45f (diff) | |
download | linux-stable-34ce71a96dcba24c71b07f1b087bd179b885784d.tar.gz linux-stable-34ce71a96dcba24c71b07f1b087bd179b885784d.tar.bz2 linux-stable-34ce71a96dcba24c71b07f1b087bd179b885784d.zip |
ALSA: timer: remove legacy rtctimer
There are no users of rtctimer left. Remove its code as this is the
in-kernel user of the legacy PC RTC driver that will hopefully be removed
at some point.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/Makefile')
-rw-r--r-- | sound/core/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/Makefile b/sound/core/Makefile index 48ab4b8f8279..e85d9dd12c2d 100644 --- a/sound/core/Makefile +++ b/sound/core/Makefile @@ -37,7 +37,6 @@ obj-$(CONFIG_SND) += snd.o obj-$(CONFIG_SND_HWDEP) += snd-hwdep.o obj-$(CONFIG_SND_TIMER) += snd-timer.o obj-$(CONFIG_SND_HRTIMER) += snd-hrtimer.o -obj-$(CONFIG_SND_RTCTIMER) += snd-rtctimer.o obj-$(CONFIG_SND_PCM) += snd-pcm.o obj-$(CONFIG_SND_DMAENGINE_PCM) += snd-pcm-dmaengine.o obj-$(CONFIG_SND_RAWMIDI) += snd-rawmidi.o |