SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / arm / mach-exynos / include / mach / dwmmc.h
index bd997ad47e31f82cf96df1d15dceb327bd8b2849..5654a0ea6b2ec9bc09e8dfbae7470cc9455139df 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2012 SAMSUNG Electronics
  * Jaehoon Chung <jh80.chung@samsung.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #define DWMCI_CLKSEL           0x09C
@@ -28,4 +27,3 @@
 #define DWMCI_DIVRATIO_MASK            0x7
 
 int exynos_dwmmc_init(const void *blob);
-int exynos_dwmci_add_port(int index, u32 regbase, int bus_width, u32 clksel);