Re: linux-next: build warning after merge of the hwmon-staging tree

From: Guenter Roeck
Date: Wed Jun 09 2021 - 23:40:11 EST


On Thu, Jun 10, 2021 at 10:21:17AM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the hwmon-staging tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> WARNING: modpost: module dps920ab uses symbol pmbus_get_debugfs_dir from namespace PMBUS, but does not import it.
> WARNING: modpost: module dps920ab uses symbol pmbus_do_probe from namespace PMBUS, but does not import it.
> WARNING: modpost: module dps920ab uses symbol pmbus_read_word_data from namespace PMBUS, but does not import it.
> WARNING: modpost: module dps920ab uses symbol pmbus_write_word_data from namespace PMBUS, but does not import it.
>
> Introduced by commit
>
> 47e986c5a316 ("hwmon: (pmbus) Add driver for Delta DPS-920AB PSU")

Fixed.

Thanks,
Guenter

>
> --
> Cheers,
> Stephen Rothwell