Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[linux-2.6-block.git] / arch / mips / include / asm / kmap_types.h
CommitLineData
1da177e4
LT
1#ifndef _ASM_KMAP_TYPES_H
2#define _ASM_KMAP_TYPES_H
3
1da177e4 4#ifdef CONFIG_DEBUG_HIGHMEM
70342287 5#define __WITH_KM_FENCE
1da177e4
LT
6#endif
7
e4c9dd0f 8#include <asm-generic/kmap_types.h>
1da177e4 9
e4c9dd0f 10#undef __WITH_KM_FENCE
1da177e4
LT
11
12#endif