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)
commit3bcd0ced15ca5234ad217ac20fb0ebe55a2995bb
treee34701e18be6e29e8475ceb5d86b84bc82fccfc7
parent3ca0609adc726ed829325ef6363d6ff5402ea9bb
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