]> git.sur5r.net Git - u-boot/blobdiff - board/samsung/trats2/trats2.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / samsung / trats2 / trats2.c
index f9acbd3571216e31311a749f3b2e01c916888a56..84ff936e4bcbefba0e99ab897ac684b691b5f120 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
  * Sanghee Kim <sh0130.kim@samsung.com>
  * Piotr Wilczek <p.wilczek@samsung.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -24,8 +23,6 @@
 #include <usb/dwc2_udc.h>
 #include <usb_mass_storage.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static unsigned int board_rev = -1;
 
 static inline u32 get_model_rev(void);