diff options
Diffstat (limited to 'arch/cris/include/asm/kmap_types.h')
| -rw-r--r-- | arch/cris/include/asm/kmap_types.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/cris/include/asm/kmap_types.h b/arch/cris/include/asm/kmap_types.h new file mode 100644 index 00000000..d2d643c4 --- /dev/null +++ b/arch/cris/include/asm/kmap_types.h @@ -0,0 +1,10 @@ +#ifndef _ASM_KMAP_TYPES_H +#define _ASM_KMAP_TYPES_H + +/* Dummy header just to define km_type. None of this + * is actually used on cris. + */ + +#include <asm-generic/kmap_types.h> + +#endif |
