ALSA: core: Fix build error due to missing PAGE_SIZE
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Jun 2021 11:09:35 +0000 (13:09 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 10 Jun 2021 11:10:09 +0000 (13:10 +0200)
commit83fbcaed24d797528de00c024674fd58e8f1634f
tree3a56fbf4bddffaa3d0d17cd9ce4b1d81b6fc40f6
parent7fdabab8f56239466275adea5d2f0a6fff27527b
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>
include/sound/memalloc.h