Fix some checkpatch warnings in calls to udelay()
[oweals/u-boot.git] / api / api_display.c
index fe04d396929664fd0ea55b86cf87202c73df16af..4f2cdd7330e2fd43ffeb472417a3d62f80a591a7 100644 (file)
@@ -1,11 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2011 The Chromium OS Authors.
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <api_public.h>
 #include <lcd.h>
+#include <log.h>
 #include <video_font.h> /* Get font width and height */
 
 /* lcd.h needs BMP_LOGO_HEIGHT to calculate CONSOLE_ROWS */