X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Ffdtgrep.c;h=f2b8b71ed743478be80cb91375a7670c7f6e38d9;hb=3aba3fd65490eff5305160e92937dc5592ab9bfb;hp=7af77b7afe34085a7e305f765e6b50c012179a2c;hpb=ae9ace7089d2167cbf8a69a29705049ae11c8eea;p=u-boot diff --git a/tools/fdtgrep.c b/tools/fdtgrep.c index 7af77b7afe..f2b8b71ed7 100644 --- a/tools/fdtgrep.c +++ b/tools/fdtgrep.c @@ -1,16 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2013, Google Inc. * Written by Simon Glass * - * SPDX-License-Identifier: GPL-2.0+ - * * Perform a grep of an FDT either displaying the source subset or producing * a new .dtb subset which can be used as required. */ #include #include +#include #include +#include +#include #include #include #include