]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen: use static initializers in xen-balloon.c
authorOlaf Hering <olaf@aepfle.de>
Thu, 28 Jul 2011 13:23:03 +0000 (15:23 +0200)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 19 Oct 2011 17:17:03 +0000 (13:17 -0400)
commit3f8fb564e2b9e89aded0f311047fa5c8ea5a41f9
tree57bcefe3a3099e48f64687a32a2fdf8c53adfe8c
parente4184aaf3b2c4f2b69306f6cfc4bab8733c6c5f1
xen: use static initializers in xen-balloon.c

There is no need to use dynamic initializaion, it just confuses the reader.
Switch to static initializers like its used in other files.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
[v2: Rebased on v3.0]
[v3: Rebased on v3.0 without Dan's changes to balloon driver]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xen-balloon.c