Fix Sparse warning

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-06-09 18:38:51 +00:00
parent cec9fac15d
commit b9aaf7f859
1 changed files with 1 additions and 1 deletions

View File

@ -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;