From 5f26facecb622d07e5444c0b8dc7ace8f03a1339 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 16 Apr 2015 11:31:12 +0200 Subject: ALSA: hda - Add missing inclusion of For fixing randconfig build errors like: sound/hda/hdac_stream.c: In function 'azx_timecounter_init': sound/hda/hdac_stream.c:365:2: error: implicit declaration of function 'CLOCKSOURCE_MASK' [-Werror=implicit-function-declaration] Reported-by: kbuild test robot Signed-off-by: Takashi Iwai diff --git a/sound/hda/hdac_stream.c b/sound/hda/hdac_stream.c index 8bd67a8..9ffff6d 100644 --- a/sound/hda/hdac_stream.c +++ b/sound/hda/hdac_stream.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include -- cgit v0.10.2