Make export interface support CONFIG_SYS_MALLOC_SIMPLE
authorSimon Glass <sjg@chromium.org>
Tue, 3 Mar 2015 15:03:01 +0000 (08:03 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 4 Mar 2015 19:55:04 +0000 (14:55 -0500)
commit905949190d4df7fc5b7c4f3e96adf219e65cad78
treefe24d04428c8dfad404539e468f596846defdabf
parentdb910353a126d84fe8dff7a694ea792f50fcfb6a
Make export interface support CONFIG_SYS_MALLOC_SIMPLE

When CONFIG_SYS_MALLOC_SIMPLE is defined, free() is a static inline. Make
sure that the export interface still builds in this case.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/_exports.h
include/exports.h