[PATCH] Subject: PATCH: fix numa caused compile warnings
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Sat, 10 Sep 2005 07:25:49 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:21 +0000 (10:06 -0700)
commit4327edf6b8a7ac7dce144313947995538842d8fd
treee814f19d6f2ec8887ad590bfd67cd89d3d9f1002
parentb4012a9895b3e28e3bff3aa534d58c7827af6d4f
[PATCH] Subject: PATCH: fix numa caused compile warnings

pcibus_to_cpumask expands into more than just an initialiser so gcc
moans about code before variable declarations.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/pci/pci-sysfs.c
drivers/pci/probe.c