common: Drop linux/delay.h from common header
[oweals/u-boot.git] / arch / x86 / lib / pmu.c
index 4ceab8dc640c598e1de2eb47375d0a9d2ff7a855..3cd7b1f536e548e662e441d77a90d3d9bcc3703e 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2017 Intel Corporation
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
 #include <dm.h>
@@ -9,6 +8,7 @@
 #include <syscon.h>
 #include <asm/cpu.h>
 #include <asm/pmu.h>
+#include <linux/delay.h>
 #include <linux/errno.h>
 #include <linux/io.h>