console: move search_device() from iomux.h to console.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 21 Dec 2020 12:30:02 +0000 (14:30 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 15 Jan 2021 19:37:03 +0000 (14:37 -0500)
commite645b9bd8d07b87a59990fe0b542ce7bdc224b59
treedd1ab3fca82230ffe04559d36f1eacca0f4d5c62
parent95aaf40254b44d614dc2eaca89b31f98598e4f27
console: move search_device() from iomux.h to console.h

search_device() is defined in console.c. Move its declaration
to an appropriate header file.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/console.h
include/iomux.h