X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Ffuse.c;h=42d74fa8837ab3b8b7be40126d92b071cd1d8b9d;hb=2b600bb83378f67920c9982e7dadd2f062b51cf6;hp=5998f9b2eb0f930d015e838d3252ed2bd9d9e5bb;hpb=2e192b245ed36a63bab0ef576999a95e23f60ecd;p=oweals%2Fu-boot.git diff --git a/cmd/fuse.c b/cmd/fuse.c index 5998f9b2eb..42d74fa883 100644 --- a/cmd/fuse.c +++ b/cmd/fuse.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2009-2013 ADVANSEE * Benoît Thébaudeau @@ -5,15 +6,13 @@ * Based on the mpc512x iim code: * Copyright 2008 Silicon Turnkey Express, Inc. * Martha Marx - * - * SPDX-License-Identifier: GPL-2.0+ */ #include #include #include #include -#include +#include static int strtou32(const char *str, unsigned int base, u32 *result) {