Re: [PATCH net-next] net: marvell: mvpp2: Fix W=1 warning with !CONFIG_ACPI

2020-09-26 Thread Matteo Croce
> From: Andrew Lunn > Subject: [PATCH net-next] net: marvell: mvpp2: Fix W=1 warning with > !CONFIG_ACPI > > Wrap the definition inside #ifdef/#endif. > > Compile tested only. > > Signed-off-by: Andrew Lunn Looks good, ACPI_PTR() should be NULL if !CONFIG_ACPI -- per aspera ad upstream

[PATCH net-next] net: marvell: mvpp2: Fix W=1 warning with !CONFIG_ACPI

2020-09-26 Thread Andrew Lunn
rivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:7084:36: warning: ‘mvpp2_acpi_match’ defined but not used [-Wunused-const-variable=] 7084 | static const struct acpi_device_id mvpp2_acpi_match[] = { |^~~~ Wrap the definition inside #ifdef/#endi