diff options
| author | Paul Mackerras <paulus@samba.org> | 2003-07-25 10:32:32 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2003-07-25 10:32:32 -0400 |
| commit | d0e99679c0d4109dfdbe688979210cba21275b59 (patch) | |
| tree | 02970a490c3ad530bb069f73d0c7f4069f746a9f | |
| parent | 2fc22857b3de482b1bbd8137289d4fbbe58c89e6 (diff) | |
PPC32: Fix compilation of arch/ppc/mm/mem_pieces.c
| -rw-r--r-- | arch/ppc/mm/mem_pieces.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/mm/mem_pieces.c b/arch/ppc/mm/mem_pieces.c index 9229baec7c21..984170e061d5 100644 --- a/arch/ppc/mm/mem_pieces.c +++ b/arch/ppc/mm/mem_pieces.c @@ -18,6 +18,7 @@ #include <linux/kernel.h> #include <linux/stddef.h> #include <linux/init.h> +#include <asm/page.h> #include "mem_pieces.h" |
