diff options
author | Rabin Vincent <rabin@rab.in> | 2015-03-01 01:59:50 +0300 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-09-05 01:56:48 +0300 |
commit | 20ae24739968ae7f94d0e73215d444042f91df78 (patch) | |
tree | 11307718433f0af8e3f9826f9fd232fd0ad261f3 /arch/cris/include/uapi | |
parent | 258a9ff66c30c830f6e2f06856878be4d4cc81af (diff) | |
download | linux-20ae24739968ae7f94d0e73215d444042f91df78.tar.xz |
CRIS: UAPI: use generic types.h
CRIS' types.h is functionally identical to the asm-generic version.
Effective diff:
+#ifndef _ASM_GENERIC_TYPES_H
+#define _ASM_GENERIC_TYPES_H
+
#include <asm-generic/int-ll64.h>
+
+#endif
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/include/uapi')
-rw-r--r-- | arch/cris/include/uapi/asm/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/cris/include/uapi/asm/types.h b/arch/cris/include/uapi/asm/types.h deleted file mode 100644 index 9ec9d4c5ac4d..000000000000 --- a/arch/cris/include/uapi/asm/types.h +++ /dev/null @@ -1 +0,0 @@ -#include <asm-generic/int-ll64.h> |