common: Drop linux/delay.h from common header
[oweals/u-boot.git] / drivers / power / regulator / tps65090_regulator.c
index 32aeab98e2c4cc700cbf78f8bb96d94358554a26..9e45627a74244947d61e7275acc3a215c0b62997 100644 (file)
@@ -1,12 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2015 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
+#include <log.h>
+#include <linux/delay.h>
 #include <power/pmic.h>
 #include <power/regulator.h>
 #include <power/tps65090.h>