Commit 27a044d5 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller

[PATCH] sound/core/memalloc.c needs mm.h

struct page is undefined in this file without this on Alpha.
parent f69ca779
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment