]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/simple_panel.c
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[u-boot] / drivers / video / simple_panel.c
index c0ce199c6af069ad1f8cc26fc44d127d1bd4ef38..6c604f9bedb6a20f566963cdcde02582236cd51c 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2016 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -12,8 +11,6 @@
 #include <asm/gpio.h>
 #include <power/regulator.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct simple_panel_priv {
        struct udevice *reg;
        struct udevice *backlight;