Loading
include/asm-generic/topology.h: Remove unused definition of cpumask_of_node()
The definition of cpumask_of_node() in question is guarded by conflicting CONFIG_NUMA and !CONFIG_NUMA checks, so remove it. Signed-off-by:John Garry <john.g.garry@oracle.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>