From: Florian Mickler Date: Sun, 3 Apr 2011 23:17:40 +0000 (+0200) Subject: x86-64, NUMA: Remove unused variable X-Git-Tag: v3.0-rc1~396^2~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=711b8c87a5fe6de78e90411cb67b506babfef74a;p=pandora-kernel.git x86-64, NUMA: Remove unused variable In case !CONFIG_ACPI_NUMA and !CONFIG_AMD_NUMA gcc emits a warning about the unused variable ret. As that variable is in fact not needed I choose to remove it. Signed-off-by: Florian Mickler LKML-Reference: <1301843624-22364-1-git-send-email-florian@mickler.org> Signed-off-by: Tejun Heo --- Reading git-diff-tree failed