> From: Andrew Lunn <[email protected]> > 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 <[email protected]>
Looks good, ACPI_PTR() should be NULL if !CONFIG_ACPI -- per aspera ad upstream
