]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit009965077a4830eae705e797b20d46b02d330d54
treedd1ab3fca82230ffe04559d36f1eacca0f4d5c62
parent52b88b9ed8bdb293c817aa9df25c9247b634fd73
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