Add static to local machine declaration.
commit11be4b3e01a9c06b2f6b65af6597a5a318fdc204
authorStefan Weil <weil@mail.berlios.de>
Tue, 9 Jun 2009 21:34:41 +0000 (9 23:34 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sun, 14 Jun 2009 00:19:25 +0000 (13 19:19 -0500)
treec856b8b2ff9dd098a1fb3eaca8184d64779dd60c
parent678e12cc9054e8a9eafc43a5b4b65d335d6651d4
Add static to local machine declaration.

Variable akitapda_machine is only used locally,
so the static attribute avoids a compiler warning.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/spitz.c