diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-20 01:05:35 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-20 01:05:35 -0500 |
| commit | 4af452bd03ec73efb1d3bf560d6d22b12d96752e (patch) | |
| tree | 25b79c5aa3f35da523b4a1f89e7734070a8931ce /arch/powerpc/mm/imalloc.c | |
| parent | 625876f32ed63af262db3d0ac8178d2c0f510636 (diff) | |
| parent | 3bedff1d73b86e0cf52634efb447e9ada08f2cc6 (diff) | |
Merge branch 'master'
Diffstat (limited to 'arch/powerpc/mm/imalloc.c')
| -rw-r--r-- | arch/powerpc/mm/imalloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/mm/imalloc.c b/arch/powerpc/mm/imalloc.c index f4ca29cf5364..f9587bcc6a48 100644 --- a/arch/powerpc/mm/imalloc.c +++ b/arch/powerpc/mm/imalloc.c @@ -14,9 +14,10 @@ #include <asm/pgalloc.h> #include <asm/pgtable.h> #include <asm/semaphore.h> -#include <asm/imalloc.h> #include <asm/cacheflush.h> +#include "mmu_decl.h" + static DECLARE_MUTEX(imlist_sem); struct vm_struct * imlist = NULL; |
