From: Qais Yousef Date: Fri, 19 Dec 2014 11:38:30 +0000 (+0000) Subject: ALSA: compress_driver.h: include sound/core.h explicitly X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b617289b699b5f7e4544bfd2794818cb880b928;p=pandora-kernel.git ALSA: compress_driver.h: include sound/core.h explicitly Fixes the following compilation error: include/sound/compress_driver.h: In function ‘snd_compr_drain_notify’: include/sound/compress_driver.h:177:2: error: implicit declaration of function ‘snd_BUG_ON’ [-Werror=implicit-function-declaration] if (snd_BUG_ON(!stream)) snd_BUG_ON() is defined in sound/core.h but the file is not included explicitly, so include it. Signed-off-by: Qais Yousef Acked-by: Vinod Koul Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed