浏览代码

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>
Stephen Boyd 6 年之前
父节点
当前提交
c8da78e8a1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/clk/tegra/clk-tegra210.c

+ 1 - 0
drivers/clk/tegra/clk-tegra210.c

@@ -27,6 +27,7 @@
 #include <dt-bindings/clock/tegra210-car.h>
 #include <dt-bindings/clock/tegra210-car.h>
 #include <dt-bindings/reset/tegra210-car.h>
 #include <dt-bindings/reset/tegra210-car.h>
 #include <linux/iopoll.h>
 #include <linux/iopoll.h>
+#include <linux/sizes.h>
 #include <soc/tegra/pmc.h>
 #include <soc/tegra/pmc.h>
 
 
 #include "clk.h"
 #include "clk.h"