]> git.sur5r.net Git - u-boot/blobdiff - drivers/gpio/mvebu_gpio.c
video: arm: rpi: Add brcm,bcm2708-fb compatible
[u-boot] / drivers / gpio / mvebu_gpio.c
index 85dea14c519bf58894c943a776433860aee33b88..e8b1c5965cb4d281af54f707d6cc6b774e924696 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -10,8 +9,6 @@
 #include <asm/io.h>
 #include <errno.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #define MVEBU_GPIOS_PER_BANK   32
 
 struct mvebu_gpio_regs {