linux_compat: move vzalloc() to header file as an inline function
authorMasahiro Yamada <[email protected]>
Mon, 13 Jul 2015 04:17:06 +0000 (13:17 +0900)
committerSimon Glass <[email protected]>
Wed, 22 Jul 2015 13:30:39 +0000 (07:30 -0600)
commitebc3328cccc2bc7968fbd179e8e30fa1282b391a
treec8879120903b9dc30fdf447a51f739c9fac3ff34
parent3721eaf28e5e074bebf8191e37dacbd75ffc459d
linux_compat: move vzalloc() to header file as an inline function

The vzalloc(size) is equivalent to kzalloc(size, 0).  Move it to
include/linux/compat.h as an inline function in order to avoid the
function call overhead.

Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Acked-by: Simon Glass <[email protected]>
include/linux/compat.h
lib/linux_compat.c