commit | b8f8921e4d42a049760c8b95069a6a50fffd4386 | [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 | 76a852073a30fac582a6736e17138f57e6116d08 [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>