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)
commitd0897bc85ca89d5ddc6c2fcf2f99e04d4a577b63
treebf4de17f01bfcde65f6a6769f9449c55802f6f8a
parented235d556945f46dbac84227f6f1467d397e39a3
clk: imx51-imx53: Include sizes.h to silence compile errors

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