clk: tegra210: Include size.h for compilation ease
authorStephen Boyd <sboyd@kernel.org>
Tue, 16 Oct 2018 22:33:01 +0000 (15:33 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 16 Oct 2018 22:33:01 +0000 (15:33 -0700)
commitc8da78e8a1da5dc726b38db6cdb8bd992b3826ed
tree270df2aa2487b7be02ab29fd6b10fd4a9fb2c8ac
parenta4dbbceeee3e0ba670875a147237d6566de78840
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 <sboyd@kernel.org>
drivers/clk/tegra/clk-tegra210.c