commit | 111396ccb9a8d3e1f0e9d9921d3dbd6c7a70423f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Nov 07 03:03:30 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Nov 20 11:28:25 2014 -0500 |
tree | a1acad32c2f2c1c0fcef6f0504ef7d4c339a5c66 | |
parent | 48c7ea39663a7c151a2a0b1af5d45ae3cf676299 [diff] |
linux/kernel.h: add typechecking to roundup macro This commit replaces roundup macro with the one from Linux Kernel. DEFINE_ALIGN_BUFFER must be fixed because typechecking can not be used in this context. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>