Move the definition of check_pgt_cache() to be consistent with where m68k defines it. (Will make merging of these headers easier later on). Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
6 lines
117 B
C
6 lines
117 B
C
#ifndef _M68KNOMMU_PGALLOC_H
|
|
#define _M68KNOMMU_PGALLOC_H
|
|
|
|
#include <asm/setup.h>
|
|
|
|
#endif /* _M68KNOMMU_PGALLOC_H */
|