SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / board / intel / edison / edison.c
index 4b1e6d0f471f6f7d7fdeb14cb24dd97cc989eee5..5faf3c57f2c71ca023cf3a20f18ca582b80ead60 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2017 Intel Corporation
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
 #include <dwc3-uboot.h>
@@ -17,8 +16,6 @@
 #include <asm/scu.h>
 #include <asm/u-boot-x86.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static struct dwc3_device dwc3_device_data = {
        .maximum_speed = USB_SPEED_HIGH,
        .base = CONFIG_SYS_USB_OTG_BASE,