License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / parisc / include / asm / kmap_types.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _ASM_KMAP_TYPES_H
3#define _ASM_KMAP_TYPES_H
4
1da177e4 5#ifdef CONFIG_DEBUG_HIGHMEM
e4c9dd0f 6#define __WITH_KM_FENCE
1da177e4
LT
7#endif
8
e4c9dd0f 9#include <asm-generic/kmap_types.h>
1da177e4 10
e4c9dd0f 11#undef __WITH_KM_FENCE
1da177e4
LT
12
13#endif