Re: [RFC v2 1/5] acpi: add missing include in acpi_numa.h

2017-07-06 Thread Rafael J. Wysocki
On Thu, Jul 6, 2017 at 11:52 PM, Ross Zwisler wrote: > Right now if a file includes acpi_numa.h and they don't happen to include > linux/numa.h before it, they get the following warning: > > ./include/acpi/acpi_numa.h:9:5: warning: "MAX_NUMNODES" is not defined > [-Wundef] > #if MAX_NUMNODES > 2

[RFC v2 1/5] acpi: add missing include in acpi_numa.h

2017-07-06 Thread Ross Zwisler
Right now if a file includes acpi_numa.h and they don't happen to include linux/numa.h before it, they get the following warning: ./include/acpi/acpi_numa.h:9:5: warning: "MAX_NUMNODES" is not defined [-Wundef] #if MAX_NUMNODES > 256 ^~~~ Signed-off-by: Ross Zwisler --- include/ac