License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / sparc / 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
5e3609f6
SR
5/* Dummy header just to define km_type. None of this
6 * is actually used on sparc. -DaveM
7 */
8
e4c9dd0f 9#include <asm-generic/kmap_types.h>
1da177e4
LT
10
11#endif