aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/memalloc.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2018-07-30 08:46:40 +0200
committerMark Brown <broonie@kernel.org>2018-07-30 12:02:24 +0100
commit345a9ca37aa69bb3133c1a8390a71f993abcef0c (patch)
tree9f59a483fb8304288ed91216e21918466db47594 /include/sound/memalloc.h
parentASoC: dmaengine: Use standard pcm_format_to_bits() macro (diff)
downloadlinux-dev-345a9ca37aa69bb3133c1a8390a71f993abcef0c.tar.xz
linux-dev-345a9ca37aa69bb3133c1a8390a71f993abcef0c.zip
ALSA: memalloc: Fix missing PAGE_SIZE definition
The recent fix moved the inline snd_sgbuf_aligned_pages() outside the ifdef, and this triggered a build error on some architectures due to the undefined PAGE_SIZE, as spotted by 0day bot. Fix it by adding the missing header inclusion. Fixes: 4cae99d9b530 ("ALSA: memalloc: declare snd_sgbuf_aligned_pages() unconditionally") Reported-by: kbuild test robot <lkp@intel.com> Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/memalloc.h')
-rw-r--r--include/sound/memalloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/memalloc.h b/include/sound/memalloc.h
index c669900e6cbe..67561b997915 100644
--- a/include/sound/memalloc.h
+++ b/include/sound/memalloc.h
@@ -24,6 +24,8 @@
#ifndef __SOUND_MEMALLOC_H
#define __SOUND_MEMALLOC_H
+#include <asm/page.h>
+
struct device;
/*