mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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: 37af81c599 ("ALSA: core: Abstract memory alloc helpers")
Reported-by: kernel test robot <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
#ifndef __SOUND_MEMALLOC_H
|
||||
#define __SOUND_MEMALLOC_H
|
||||
|
||||
#include <asm/page.h>
|
||||
|
||||
struct device;
|
||||
struct page;
|
||||
struct vm_area_struct;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user