[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <165339057419.1718562.13519076380982149999.b4-ty@ellerman.id.au>
Date: Tue, 24 May 2022 21:09:34 +1000
From: Michael Ellerman <patch-notifications@...erman.id.au>
To: paulus@...ba.org, benh@...nel.crashing.org, mpe@...erman.id.au,
YueHaibing <yuehaibing@...wei.com>
Cc: linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] powerpc/kaslr_booke: Fix build error
On Tue, 17 May 2022 17:49:00 +0800, YueHaibing wrote:
> arch/powerpc/mm/nohash/kaslr_booke.c: In function ‘kaslr_get_cmdline’:
> arch/powerpc/mm/nohash/kaslr_booke.c:46:2: error: implicit declaration of function ‘early_init_dt_scan_chosen’; did you mean ‘early_init_mmu_secondary’? [-Werror=implicit-function-declaration]
> early_init_dt_scan_chosen(boot_command_line);
> ^~~~~~~~~~~~~~~~~~~~~~~~~
> early_init_mmu_secondary
> arch/powerpc/mm/nohash/kaslr_booke.c: In function ‘get_initrd_range’:
> arch/powerpc/mm/nohash/kaslr_booke.c:210:10: error: implicit declaration of function ‘of_read_number’; did you mean ‘seq_read_iter’? [-Werror=implicit-function-declaration]
> start = of_read_number(prop, len / 4);
> ^~~~~~~~~~~~~~
> seq_read_iter
>
> [...]
Applied to powerpc/next.
[1/1] powerpc/kaslr_booke: Fix build error
https://git.kernel.org/powerpc/c/cdf87d2bd12cf3ea760a1fa35907a31e5177f425
cheers
Powered by blists - more mailing lists