Skip to content

Commit 29bf311

Browse files
Ba Jingrobherring
authored andcommitted
of:of_numa: remove unused macro
By reading the code, I found the marco DEFAULT_NODE is never referenced in the code. Just remove it. Signed-off-by: Ba Jing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent fbe4ba6 commit 29bf311

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/of/of_numa.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515
#include <asm/numa.h>
1616

17-
/* define default numa node to 0 */
18-
#define DEFAULT_NODE 0
19-
2017
/*
2118
* Even though we connect cpus to numa domains later in SMP
2219
* init, we need to know the node ids now for all cpus.

0 commit comments

Comments
 (0)