common: Move hang() to the same header as panic()
[oweals/u-boot.git] / arch / arm / mach-omap2 / am33xx / clock.c
index ad28d205ee4c895456bacb40d3f491ffd3a7c012..8c61547ee9c5f8d7d2c1e6480806dea5fb9d65b0 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * clock.c
  *
@@ -5,10 +6,9 @@
  * Derived from OMAP4 boards
  *
  * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
+#include <hang.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/hardware.h>