diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-02-21 12:21:56 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-02-21 12:23:02 +0300 |
commit | 4df49712eb54141be00a9312547436d55677f092 (patch) | |
tree | d601338943f34db32c7cb65991fe6a9c3b9d1a1d /sound | |
parent | 49cbb7b7d36ec3ba73ce1daf7ae1d71d435453b8 (diff) | |
download | linux-4df49712eb54141be00a9312547436d55677f092.tar.xz |
ALSA: Drop leftover snd-rtctimer stuff from Makefile
We forgot to remove the line for snd-rtctimer from Makefile while
dropping the functionality. Get rid of the stale line.
Fixes: 34ce71a96dcb ("ALSA: timer: remove legacy rtctimer")
Link: https://lore.kernel.org/r/20240221092156.28695-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 a6b444ee2832..f6526b337137 100644 --- a/sound/core/Makefile +++ b/sound/core/Makefile @@ -32,7 +32,6 @@ snd-ump-objs := ump.o snd-ump-$(CONFIG_SND_UMP_LEGACY_RAWMIDI) += ump_convert.o snd-timer-objs := timer.o snd-hrtimer-objs := hrtimer.o -snd-rtctimer-objs := rtctimer.o snd-hwdep-objs := hwdep.o snd-seq-device-objs := seq_device.o |