GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / m68k / include / asm / pgalloc.h
blobc294aad8a9000bd9d891d5a0a35b9987e5ed9c6b
1 #ifndef M68K_PGALLOC_H
2 #define M68K_PGALLOC_H
4 #include <linux/mm.h>
5 #include <linux/highmem.h>
6 #include <asm/setup.h>
8 #ifdef CONFIG_MMU
9 #include <asm/virtconvert.h>
10 #ifdef CONFIG_SUN3
11 #include <asm/sun3_pgalloc.h>
12 #else
13 #include <asm/motorola_pgalloc.h>
14 #endif
16 extern void m68k_setup_node(int node);
17 #endif
19 #endif /* M68K_PGALLOC_H */