fix hostfs_open() use of ->f_path.dentry
[linux-2.6-microblaze.git] / arch / alpha / include / asm / kmap_types.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_KMAP_TYPES_H
3 #define _ASM_KMAP_TYPES_H
4
5 /* Dummy header just to define km_type. */
6
7 #ifdef CONFIG_DEBUG_HIGHMEM
8 #define  __WITH_KM_FENCE
9 #endif
10
11 #include <asm-generic/kmap_types.h>
12
13 #undef __WITH_KM_FENCE
14
15 #endif