From 27a044d5f3fbcb63049413409f8314f68abbb31e Mon Sep 17 00:00:00 2001
From: Andrew Morton <akpm@digeo.com>
Date: Mon, 19 May 2003 18:50:37 -0700
Subject: [PATCH] [PATCH] sound/core/memalloc.c needs mm.h

struct page is undefined in this file without this on Alpha.
---
 sound/core/memalloc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/core/memalloc.c b/sound/core/memalloc.c
index 1d2e3160bde7..107d3f37c953 100644
--- a/sound/core/memalloc.c
+++ b/sound/core/memalloc.c
@@ -27,6 +27,7 @@
 #include <linux/proc_fs.h>
 #include <linux/init.h>
 #include <linux/slab.h>
+#include <linux/mm.h>
 #include <asm/semaphore.h>
 #include <sound/memalloc.h>
 
-- 
2.30.9