Merge branch '2020-06-15-misc-bugfixes'
[oweals/u-boot.git] / drivers / video / bridge / ps862x.c
index 46aacca2b7dc8e610373874363a83ccbe9cd11e3..8399c6f74cf8a4a3dce6e3478387d805315447bb 100644 (file)
@@ -1,15 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <i2c.h>
+#include <log.h>
 #include <video_bridge.h>
+#include <linux/delay.h>
 #include <power/regulator.h>
 
 DECLARE_GLOBAL_DATA_PTR;