]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm920t/ep93xx/speed.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / cpu / arm920t / ep93xx / speed.c
index 9dc60b6ff27627e7bbf6799675dada6b1a2d158c..51e9dda0550d8ca804dd6c641c3bd1481fd258e8 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Cirrus Logic EP93xx PLL support.
  *
  * Copyright (C) 2009 Matthias Kaehlcke <matthias@kaehlcke.net>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -39,7 +38,7 @@ static ulong get_PLLCLK(uint32_t *pllreg)
 }
 
 /* return FCLK frequency */
-ulong get_FCLK()
+ulong get_FCLK(void)
 {
        const uint8_t fclk_divisors[] = { 1, 2, 4, 8, 16, 1, 1, 1 };
        struct syscon_regs *syscon = (struct syscon_regs *)SYSCON_BASE;