]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
include/common.h: remove DIV_ROUND definition
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 6 Nov 2014 18:03:27 +0000 (03:03 +0900)
committerTom Rini <trini@ti.com>
Thu, 20 Nov 2014 16:28:25 +0000 (11:28 -0500)
commit9e57a1c3ad58cfb4bdf27596a9b768f7584f1040
treeb57b7e1f4483a0c228d3304d11b9ff1bfcf30bb4
parent4515992fc7849c51997e3ff2d00352e36e14ebd7
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>
include/common.h