]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/backlight_gpio.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / video / backlight_gpio.c
index 772df5d3026d63af097d641578fcd3711dadbfa6..fb1525b478c4efd3f6f516ce08124f83986a05ae 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
  * Author: Patrick Delaunay <patrick.delaunay@st.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -10,8 +9,6 @@
 #include <backlight.h>
 #include <asm/gpio.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct gpio_backlight_priv {
        struct gpio_desc gpio;
        bool def_value;