u-boot-brain/arch/mips/cpu/mips32/au1x00
Masahiro Yamada cba1da495d include: move various macros to include/linux/kernel.h
U-Boot has imported various utility macros from Linux
scattering them to various places without consistency.

In include/common.h are min, max, min3, max3, ARRAY_SIZE, ALIGN,
container_of, DIV_ROUND_UP, etc.
In include/linux/compat.h are min_t, max_t, round_up, round_down,
etc.
We also have duplicated defines of min_t in some *.c files.

Moreover, we are suffering from too cluttered include/common.h.

This commit moves various macros that originate in
include/linux/kernel.h of Linux to their original position.

Note:
This commit simply moves the macros; the macros roundup,
min, max, min2, max3, ARRAY_SIZE are different
from those of Linux at this point.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-11-20 11:28:25 -05:00
..
au1x00_eth.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
au1x00_ide.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
au1x00_serial.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
au1x00_usb_ohci.c include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
au1x00_usb_ohci.h MIPS: Au1x00: Move all Au1x00 specific code to separate subdirectory 2011-04-02 22:07:12 +09:00
config.mk Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Makefile mips: convert makefiles to Kbuild style 2013-10-31 13:26:45 -04:00