[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74797: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/me
From: |
Maxim Cournoyer |
Subject: |
bug#74797: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c) |
Date: |
Sat, 14 Dec 2024 16:15:12 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello,
Vincent Legoll <vincent.legoll@gmail.com> writes:
> 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"
Oh! Perhaps the Linux-libre deblob scripts caused it?
--
Thanks,
Maxim