clk: imx51-imx53: Include sizes.h to silence compile errors
authorStephen Boyd <sboyd@kernel.org>
Fri, 6 Jul 2018 21:08:04 +0000 (14:08 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 6 Jul 2018 21:08:04 +0000 (14:08 -0700)
This driver uses sizes.h, but relies on it being implicitly included
somewhere else breaking random direct compilation of the file. Include
sizes.h so we can build it those configurations too for better compile
coverage.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/imx/clk-imx51-imx53.c

index 346a53b48f9c98a15b92d2fecabada93a3fe58c2..fc8e782d817bd727b3a77fe340cb47128ea9b092 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/of.h>
 #include <linux/of_address.h>
 #include <linux/of_irq.h>
+#include <linux/sizes.h>
 #include <soc/imx/revision.h>
 #include <dt-bindings/clock/imx5-clock.h>