diff options
| author | Blue Swirl <blauwirbel@gmail.com> | 2009-06-09 18:38:51 +0000 |
|---|---|---|
| committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-09 18:38:51 +0000 |
| commit | b9aaf7f8596df4c286498714e492b2e73fd07b9c (patch) | |
| tree | f1978b571a6beeb9988a165114e7fa82fb58a99f /hw/qdev.c | |
| parent | cec9fac15dfb01dc9840c490342ca99493ab6bd5 (diff) | |
| download | focaccia-qemu-b9aaf7f8596df4c286498714e492b2e73fd07b9c.tar.gz focaccia-qemu-b9aaf7f8596df4c286498714e492b2e73fd07b9c.zip | |
Fix Sparse warning
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/qdev.c')
| -rw-r--r-- | hw/qdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/qdev.c b/hw/qdev.c index 689cf4cf93..636dc78e59 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -49,7 +49,7 @@ struct DeviceType { }; /* This is a nasty hack to allow passing a NULL bus to qdev_create. */ -BusState *main_system_bus; +static BusState *main_system_bus; static DeviceType *device_type_list; |