commit | 20ae24739968ae7f94d0e73215d444042f91df78 | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Sat Feb 28 23:59:50 2015 +0100 |
committer | Jesper Nilsson <jespern@axis.com> | Sat Sep 05 00:56:48 2015 +0200 |
tree | 11307718433f0af8e3f9826f9fd232fd0ad261f3 | |
parent | 258a9ff66c30c830f6e2f06856878be4d4cc81af [diff] |
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>