X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fspl.c;h=56051b8a4be926c8882b7a7e4909816375bf84b0;hb=25e51e90feec10b7d534b123cd9c4ed7a3a2dc1a;hp=3b8992a16364c8a3f9e6c234bbc5870554673d19;hpb=f855a7bc12dc3bdf83905b4c72a6d795ee8d8ee5;p=oweals%2Fu-boot.git diff --git a/cmd/spl.c b/cmd/spl.c index 3b8992a163..56051b8a4b 100644 --- a/cmd/spl.c +++ b/cmd/spl.c @@ -1,14 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2011 * Corscience GmbH & Co. KG - Simon Schwarz - * - * SPDX-License-Identifier: GPL-2.0+ */ #include #include #include -#include +#include +#include DECLARE_GLOBAL_DATA_PTR;