From: Takashi Iwai Date: Thu, 16 Apr 2015 09:31:12 +0000 (+0200) Subject: ALSA: hda - Add missing inclusion of X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5f26facecb622d07e5444c0b8dc7ace8f03a1339;p=linux-beck.git 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 8bd67a824b5e..9ffff6d9ba8e 100644 --- a/sound/hda/hdac_stream.c +++ b/sound/hda/hdac_stream.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include