ALSA: memalloc: Fix missing PAGE_SIZE definition
authorTakashi Iwai <[email protected]>
Mon, 30 Jul 2018 06:46:40 +0000 (08:46 +0200)
committerMark Brown <[email protected]>
Mon, 30 Jul 2018 11:02:24 +0000 (12:02 +0100)
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 <[email protected]>
Cc: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
include/sound/memalloc.h

index c669900e6cbe66c31839e5fcba762ee902ef953b..67561b9979150833b4b433a38a59aedc101df573 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef __SOUND_MEMALLOC_H
 #define __SOUND_MEMALLOC_H
 
+#include <asm/page.h>
+
 struct device;
 
 /*