Home
last modified time | relevance | path

Searched hist:"83 fbcaed" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/sound/
H A Dmemalloc.h83fbcaed Thu Jun 10 06:09:35 CDT 2021 Takashi Iwai <tiwai@suse.de> ALSA: core: Fix build error due to missing PAGE_SIZE

The recent refactoring of memalloc stuff removed the inclusion of
asm/page.h for simplicity, but it turned out this caused a compile
error due the lack of PAGE_SIZE definition on some architectures.
Do a partial revert for recovering from that.

Fixes: 37af81c5998f ("ALSA: core: Abstract memory alloc helpers")
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/202106101858.PfXMMuAa-lkp@intel.com
Link: https://lore.kernel.org/r/20210610110935.10393-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>