X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fehci-mxc.c;h=4941cb94575b965e795994042d5761f28a4524e3;hb=921208ebca6f109990359b3089b5f416b269b07b;hp=f09c75a9b64d3f5750f4ae8b7f4d16e80a0bd8a8;hpb=127efc4fe8cfc3ed525650b1ccbad9c3402e8d5d;p=oweals%2Fu-boot.git diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c index f09c75a9b6..4941cb9457 100644 --- a/drivers/usb/host/ehci-mxc.c +++ b/drivers/usb/host/ehci-mxc.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2009 Daniel Mack - * - * SPDX-License-Identifier: GPL-2.0+ */ @@ -9,7 +8,7 @@ #include #include #include -#include +#include #include #include "ehci.h"