]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ALSA: hda - Add missing inclusion of <linux/clocksource.h>
authorTakashi Iwai <tiwai@suse.de>
Thu, 16 Apr 2015 09:31:12 +0000 (11:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Apr 2015 09:31:12 +0000 (11:31 +0200)
commit5f26facecb622d07e5444c0b8dc7ace8f03a1339
tree1405e20b66239f35203be98848eb949a606daa75
parentb7d023e11434131e5a7ceb4be33c3afa2c855e89
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>
sound/hda/hdac_stream.c