common: Drop linux/delay.h from common header
[oweals/u-boot.git] / drivers / usb / phy / twl4030.c
index 8f5d700aa6d3fee131d257753c75d9bb8c67cbc2..676868bead36833428496ef032b02bfc2dc4f4bb 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2009 Wind River Systems, Inc.
  * Tom Rix <Tom.Rix@windriver.com>
  * Author: Atin Malaviya (atin.malaviya@gmail.com)
  *
  * ------------------------------------------------------------------------
- *
- * SPDX-License-Identifier:    GPL-2.0+ 
  */
 
 #include <twl4030.h>
+#include <linux/delay.h>
 
 /* Defines for bits in registers */
 #define OPMODE_MASK            (3 << 3)