]> git.sur5r.net Git - u-boot/blobdiff - board/compulab/common/omap3_display.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / board / compulab / common / omap3_display.c
index ed2077e3617904c32f1d49cc09a52292df5015a9..bc9f31ab87d69c6c1a800bd562a00c81518d6356 100644 (file)
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2012 - 2013 CompuLab, Ltd. <www.compulab.co.il>
  *
  * Authors: Nikita Kiryanov <nikita@compulab.co.il>
  *
  * Parsing code based on linux/drivers/video/pxafb.c
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -17,8 +16,6 @@
 #include <scf0403_lcd.h>
 #include <asm/arch-omap3/dss.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 enum display_type {
        NONE,
        DVI,