]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/lpc32xx_hsuart.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / drivers / serial / lpc32xx_hsuart.c
index b42537529de85c10e44c522e2a5775523473e0cb..8b0fd254b1b2aaf70244d9b10ca44c21a84e90f2 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2011-2015 Vladimir Zapolskiy <vz@mleia.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -12,8 +11,6 @@
 #include <asm/arch/uart.h>
 #include <linux/compiler.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct lpc32xx_hsuart_priv {
        struct hsuart_regs *hsuart;
 };