xen/xenbus: make DEVICE_ATTR()s static
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 25 Nov 2009 00:41:47 +0000 (16:41 -0800)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Thu, 3 Dec 2009 19:14:26 +0000 (11:14 -0800)
commitdb05fed0ad72f264e39bcb366795f7367384ec92
tree55a1d64a7b8f15411d5fc8dbe6923007bca0d9b2
parent82d6469916c6fcfa345636a49004c9d1753905d1
xen/xenbus: make DEVICE_ATTR()s static

They don't need to be global, and may cause linker clashes.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Stable Kernel <stable@kernel.org>
drivers/xen/xenbus/xenbus_probe.c