commit | 6d0e8d53849fb491549a01893d786bf33d4b28df | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <[email protected]> | Thu Jun 07 17:10:27 2018 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Jun 07 17:34:38 2018 -0700 |
tree | dc25753e0c79c87df835893c1ec8f4ac41613098 | |
parent | 6d8e410807829aaaa0c32013d1c8afe91d67c0c5 [diff] |
include/linux/types.h: define aligned_ types based on uapi header <uapi/linux/types.h> has the same typedefs except that it prefixes them with double-underscore for user space. Use them for the kernel space typedefs. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Alexey Dobriyan <[email protected]> Cc: Lihao Liang <[email protected]> Cc: Philippe Ombredanne <[email protected]> Cc: Pekka Enberg <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>