commit | 9e57a1c3ad58cfb4bdf27596a9b768f7584f1040 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Nov 07 03:03:27 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Nov 20 11:28:25 2014 -0500 |
tree | b57b7e1f4483a0c228d3304d11b9ff1bfcf30bb4 | |
parent | 4515992fc7849c51997e3ff2d00352e36e14ebd7 [diff] |
include/common.h: remove DIV_ROUND definition All the references of DIV_ROUND have been replaced with DIV_ROUND_CLOSEST. Remove DIV_ROUND. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>