]> git.baikalelectronics.ru Git - uboot.git/commit
stdio: Drop #ifdefs in the header file
authorSimon Glass <sjg@chromium.org>
Tue, 11 Aug 2020 17:23:38 +0000 (11:23 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 23 Aug 2020 17:43:10 +0000 (13:43 -0400)
commit0da740a91c9b668a92ba9e7548f11897fbc7e97f
treee34701e18be6e29e8475ceb5d86b84bc82fccfc7
parent4dec833a788e7b77dc8ba84e9eea69605311e36a
stdio: Drop #ifdefs in the header file

These prevent the use of IS_ENABLED() and are unnecessary. Drop them and
fix a few code-style nits nearby.

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