]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
pci/guestdev: clean up data definitions
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 9 Jul 2010 11:37:28 +0000 (12:37 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 9 Jul 2010 11:37:28 +0000 (12:37 +0100)
commit7f82a290c234519dc97b9952ba984add8b9bb9e2
tree2b4795ba33e88476ca28eed079499ee766be9b66
parent2c0c31883e925fdbefaa7d4cc6c989ce553b91a3
pci/guestdev: clean up data definitions

Keep a local variable from polluting the global namespace, and move
another one into .init.data since it's only being used by __init
functions.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
drivers/pci/guestdev.c