summaryrefslogtreecommitdiff
path: root/sound/hda
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-04-16 09:31:12 (GMT)
committerTakashi Iwai <tiwai@suse.de>2015-04-16 09:31:12 (GMT)
commit5f26facecb622d07e5444c0b8dc7ace8f03a1339 (patch)
tree1405e20b66239f35203be98848eb949a606daa75 /sound/hda
parentb7d023e11434131e5a7ceb4be33c3afa2c855e89 (diff)
downloadlinux-5f26facecb622d07e5444c0b8dc7ace8f03a1339.tar.xz
ALSA: hda - Add missing inclusion of <linux/clocksource.h>
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 <fengguang.wu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda')
-rw-r--r--sound/hda/hdac_stream.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/kernel.h>
#include <linux/delay.h>
#include <linux/export.h>
+#include <linux/clocksource.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/hdaudio.h>