Merge tag 'u-boot-atmel-2019.04-a' of git://git.denx.de/u-boot-atmel
[oweals/u-boot.git] / board / toradex / colibri_vf / dcu.c
index 3fa6a763d8194ca2efc5fade488560d2862a39b3..c36e90cd22ed4e74254f9265349ed4a36b9c9cb9 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2017 Toradex AG
  *
  * FSL DCU platform driver
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <asm/arch/crm_regs.h>
@@ -11,8 +11,6 @@
 #include <fsl_dcu_fb.h>
 #include "div64.h"
 
-DECLARE_GLOBAL_DATA_PTR;
-
 unsigned int dcu_set_pixel_clock(unsigned int pixclock)
 {
        struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR;