drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable use
[platform/kernel/u-boot.git] / common / iomux.c
index cf4da45..3d8d00b 100644 (file)
@@ -2,10 +2,11 @@
  * (C) Copyright 2008
  * Gary Jennejohn, DENX Software Engineering GmbH, garyj@denx.de.
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <console.h>
 #include <serial.h>
 #include <malloc.h>