stdio: Get rid of dead code, i.e. stdio_deregister()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 11 Feb 2021 15:09:34 +0000 (17:09 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Feb 2021 16:16:07 +0000 (11:16 -0500)
commitc090e8f2367f1c532bf30935104eccdada9d013d
treef114c5a9995589c679583aebf65ebdfd9892f9f5
parent767582cd4c755c52bce3e1813bc462f37047cb5c
stdio: Get rid of dead code, i.e. stdio_deregister()

Nobody is using stdio_deregister(), remove for good.

Note, even its parameters are not consistent with stdio_register().
So, if anyone want to introduce this again, better with some consistency.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
common/stdio.c
include/stdio_dev.h