]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
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)
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

index 290f7cb6a051ae5045f4e185041044e2db316007..88f1943bd2b507aec617c98fafa50c5746406730 100644 (file)
@@ -27,6 +27,7 @@
 #include <dt-bindings/clock/tegra210-car.h>
 #include <dt-bindings/reset/tegra210-car.h>
 #include <linux/iopoll.h>
+#include <linux/sizes.h>
 #include <soc/tegra/pmc.h>
 
 #include "clk.h"