From: Ba Jing Date: Tue, 8 Oct 2024 06:06:45 +0000 (+0800) Subject: of:of_numa: remove unused macro X-Git-Tag: v6.13-rc1~151^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29bf3116cf2973bfaacce52e4e3a3b77719bae52;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20241008060645.36071-1-bajing@cmss.chinamobile.com Signed-off-by: Rob Herring (Arm) --- diff --git a/drivers/of/of_numa.c b/drivers/of/of_numa.c index 2ec20886d176c..230d5f628c1b4 100644 --- a/drivers/of/of_numa.c +++ b/drivers/of/of_numa.c @@ -14,9 +14,6 @@ #include -/* define default numa node to 0 */ -#define DEFAULT_NODE 0 - /* * Even though we connect cpus to numa domains later in SMP * init, we need to know the node ids now for all cpus.