commit | c8da78e8a1da5dc726b38db6cdb8bd992b3826ed | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@kernel.org> | Tue Oct 16 15:33:01 2018 -0700 |
committer | Stephen Boyd <sboyd@kernel.org> | Tue Oct 16 15:33:01 2018 -0700 |
tree | 270df2aa2487b7be02ab29fd6b10fd4a9fb2c8ac | |
parent | a4dbbceeee3e0ba670875a147237d6566de78840 [diff] |
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>