From: Takashi Iwai Date: Mon, 30 Jul 2018 06:46:40 +0000 (+0200) Subject: ALSA: memalloc: Fix missing PAGE_SIZE definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=345a9ca37aa69bb3133c1a8390a71f993abcef0c;p=linux.git 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 Cc: Pierre-Louis Bossart Signed-off-by: Takashi Iwai Signed-off-by: Mark Brown --- diff --git a/include/sound/memalloc.h b/include/sound/memalloc.h index c669900e6cbe6..67561b9979150 100644 --- a/include/sound/memalloc.h +++ b/include/sound/memalloc.h @@ -24,6 +24,8 @@ #ifndef __SOUND_MEMALLOC_H #define __SOUND_MEMALLOC_H +#include + struct device; /*