x86-64, NUMA: Remove unused variable
authorFlorian Mickler <florian@mickler.org>
Sun, 3 Apr 2011 23:17:40 +0000 (01:17 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 3 Apr 2011 23:21:00 +0000 (01:21 +0200)
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 <florian@mickler.org>
LKML-Reference: <1301843624-22364-1-git-send-email-florian@mickler.org>
Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found