]> git.sur5r.net Git - u-boot/blobdiff - drivers/fpga/socfpga_arria10.c
clk: Add Actions Semi OWL clock support
[u-boot] / drivers / fpga / socfpga_arria10.c
index 685e8e271a0342d7c51f059c6e38685098b02b95..d6b59498e5de01f4e3866aaa65dcbf0c0b17af41 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) 2017 Intel Corporation <www.intel.com>
- *
- * SPDX-License-Identifier:    GPL-2.0
  */
 
 #include <asm/io.h>
@@ -23,8 +22,6 @@
 #define FPGA_TIMEOUT_MSEC      1000  /* timeout in ms */
 #define FPGA_TIMEOUT_CNT       0x1000000
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static const struct socfpga_fpga_manager *fpga_manager_base =
                (void *)SOCFPGA_FPGAMGRREGS_ADDRESS;