[SPARC64]: mdesc.c needs linux/mm.h

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2007-07-14 00:54:55 -07:00
parent b14f5c100c
commit 8f3fff2050

View file

@ -8,6 +8,7 @@
#include <linux/log2.h>
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <asm/hypervisor.h>
#include <asm/mdesc.h>