usb, ohci, pci: add DM support for PCI-based OHCI USB controller
[oweals/u-boot.git] / drivers / usb / host / usb-sandbox.c
index 15055b351a5a5a5b25724f3173422b2085991458..ff9d5b7231e82090b09f1e3bc719755eedc961d8 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2015 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -10,8 +9,6 @@
 #include <usb.h>
 #include <dm/root.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct sandbox_usb_ctrl {
        int rootdev;
 };