commit | 6b71c52e7f848e2c9f804e175215e5965ea90d32 | [log] [tgz] |
---|---|---|
author | Olaf Hering <olaf@aepfle.de> | Thu Jul 28 15:23:03 2011 +0200 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Jul 29 13:45:45 2011 -0400 |
tree | 8c526caa9a666fb65269c3aeda46dd90ab5927c3 | |
parent | 6913200a566b6d2866d46d7b947a2326c4e11f55 [diff] |
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] Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>