]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common:console: add missing include
authorJeroen Hofstee <jeroen@myspectrum.nl>
Wed, 8 Oct 2014 20:57:48 +0000 (22:57 +0200)
committerTom Rini <trini@ti.com>
Sat, 25 Oct 2014 11:27:37 +0000 (07:27 -0400)
commit482f4691a32d3e738b4948c98a893f7f629984ea
tree8174bd24433a2245686bdafe87fa31ffd0d8c97a
parent73144dae0baab786550d33f6a115a8514f3a0dfa
common:console: add missing include

search_device is declared in iomux, but console only
had the definition. This prevents a warning.

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
common/console.c