X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flibfdt_env.h;h=78f725830da8b1a22b9682355df9ec320617f1b0;hb=7201cfc4a79c0f55f5ebee73c5a626a49cb53f73;hp=e746314b1e7522f0dcc9f8b5a46c9d9ba9e292ba;hpb=ee89bf2782406b1f87088b4764aeb6f811d82526;p=u-boot diff --git a/include/libfdt_env.h b/include/libfdt_env.h index e746314b1e..78f725830d 100644 --- a/include/libfdt_env.h +++ b/include/libfdt_env.h @@ -26,7 +26,7 @@ #include #include -struct fdt_header *fdt; /* Pointer to the working fdt */ +extern struct fdt_header *fdt; /* Pointer to the working fdt */ #define fdt32_to_cpu(x) __be32_to_cpu(x) #define cpu_to_fdt32(x) __cpu_to_be32(x)