soc/qualcomm/qcs405: add console.h include

Change-Id: I556d00e8b06f631a5ca51ae2b5ba646e5f536480
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32422
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Georgi 2019-04-23 21:31:24 +02:00
parent 4b766393e2
commit c323963bed
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
* GNU General Public License for more details.
*/
#include <console/console.h>
#include <device/mmio.h>
#include <types.h>
#include <delay.h>