On Wed, 30 Dec 2020 15:56:23 +0100, Arnd Bergmann wrote:
> A built-in regulator driver cannot link against a modular cmd_db driver:
>
> qcom-rpmh-regulator.c:(.text+0x174): undefined reference to `cmd_db_read_addr'
>
> There is already a dependency for RPMh, so add another one of this
> type for
On Wed 30 Dec 08:56 CST 2020, Arnd Bergmann wrote:
> From: Arnd Bergmann
>
> A built-in regulator driver cannot link against a modular cmd_db driver:
>
> qcom-rpmh-regulator.c:(.text+0x174): undefined reference to `cmd_db_read_addr'
>
> There is already a dependency for RPMh, so add another on
From: Arnd Bergmann
A built-in regulator driver cannot link against a modular cmd_db driver:
qcom-rpmh-regulator.c:(.text+0x174): undefined reference to `cmd_db_read_addr'
There is already a dependency for RPMh, so add another one of this
type for cmd_db.
Fixes: 34c5aa2666db ("regulator: Kconf
3 matches
Mail list logo