Skip to content

Commit a8db59e

Browse files
committed
sound: fix build on Alpha
A randconfig test managed to find a configuration, which breaks with undefined PAGE_SIZE and PAGE_SHIFT. Include a header to guarantee, that they are defined in all configurations. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@intel.com>
1 parent 22aa067 commit a8db59e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/sound/memalloc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#ifndef __SOUND_MEMALLOC_H
2525
#define __SOUND_MEMALLOC_H
2626

27+
#include <asm/page.h>
28+
2729
struct device;
2830

2931
/*

0 commit comments

Comments
 (0)