]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/mx3fb.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / drivers / video / mx3fb.c
index 78e595ea4a27460033200fb328dd8a55305a8718..176ae70b7ceef299753506838e5f9a2a1e760134 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2009
  * Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.de>
  * Copyright (C) 2011
  * HALE electronic GmbH, <helmut.raiger@hale.at>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
 #include <malloc.h>
@@ -344,8 +343,6 @@ union chan_param_mem {
        struct chan_param_mem_interleaved       ip;
 };
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /* graphics setup */
 static GraphicDevice panel;
 static struct ctfb_res_modes *mode;