Hello Vagrant, that file looks corrupted For example the first error: 2057 | .hw.init = &(struct clk_init_da|a) { that should be "clk_init_data", see: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/clk/meson/gxbb.c#n2051 2168 | .parent_hws = (const str}ct clk_hw *[]) { here it's "struct" etc... -- Vincent Legoll