From: Stephen Boyd Date: Tue, 16 Oct 2018 22:33:01 +0000 (-0700) Subject: clk: tegra210: Include size.h for compilation ease X-Git-Tag: v4.20-rc1~49^2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8da78e8a1da5dc726b38db6cdb8bd992b3826ed;p=thirdparty%2Fkernel%2Flinux.git clk: tegra210: Include size.h for compilation ease You can't compile this file by itself because it uses SZ_64K from sizes.h but doesn't include it. Instead it relies on some certain configuration pulling that in implicitly somewhere else. Just add the include to make random compile testing easier. Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/tegra/clk-tegra210.c b/drivers/clk/tegra/clk-tegra210.c index 290f7cb6a051a..88f1943bd2b50 100644 --- a/drivers/clk/tegra/clk-tegra210.c +++ b/drivers/clk/tegra/clk-tegra210.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include "clk.h"