X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fxhci-mvebu.c;h=b6c6aaf78ec5882c406425119907ff1d29bbebfa;hb=d01806a8fcbdaedcc67cead56ece572021d97ab7;hp=dbdfce38da20793ccceed42a13eb96c020dea189;hpb=6e6cf015e7cdd7ca83a933320a81201972bd5e5e;p=oweals%2Fu-boot.git diff --git a/drivers/usb/host/xhci-mvebu.c b/drivers/usb/host/xhci-mvebu.c index dbdfce38da..b6c6aaf78e 100644 --- a/drivers/usb/host/xhci-mvebu.c +++ b/drivers/usb/host/xhci-mvebu.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015 Marvell International Ltd. * * MVEBU USB HOST xHCI Controller - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -15,8 +14,6 @@ #include "xhci.h" -DECLARE_GLOBAL_DATA_PTR; - struct mvebu_xhci_platdata { fdt_addr_t hcd_base; };