kmap_types: make most arches use generic header file
[linux-block.git] / arch / cris / include / asm / kmap_types.h
CommitLineData
1da177e4
LT
1#ifndef _ASM_KMAP_TYPES_H
2#define _ASM_KMAP_TYPES_H
3
4/* Dummy header just to define km_type. None of this
5 * is actually used on cris.
6 */
7
e4c9dd0f 8#include <asm-generic/kmap_types.h>
1da177e4
LT
9
10#endif