From: Jarkko Nikula Date: Wed, 26 Feb 2014 13:31:46 +0000 (+0200) Subject: ASoC: Intel: Baytrail: Fix implicit declaration of function 'memcpy_fromio' X-Git-Tag: v3.15-rc1~36^2~1^2~4^2~11^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6cf8f7b53fff6b5e3463793aa9885e133e7ef86;p=pandora-kernel.git ASoC: Intel: Baytrail: Fix implicit declaration of function 'memcpy_fromio' Some kernel configurations can cause following build error: sound/soc/intel/sst-baytrail-ipc.c: In function ‘sst_byt_get_dsp_position’: sound/soc/intel/sst-baytrail-ipc.c:744:2: error: implicit declaration of function ‘memcpy_fromio’ [-Werror=implicit-function-declaration] memcpy_fromio(&fw_tstamp, ^ cc1: some warnings being treated as errors Fix this by including explicitly. Reported-by: kbuild test robot Signed-off-by: Jarkko Nikula Signed-off-by: Mark Brown --- Reading git-diff-tree failed