diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-07-17 11:18:53 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-07-17 11:18:53 +0000 |
commit | a9ff9df188615d653a5a904bafbe724d40143e35 (patch) | |
tree | a03fd8e678d1bd1ea7d94d8022a3132d98c2ff34 /hw/qdev.c | |
parent | 109819e0c037012c32b07a412c0d4f438448f9f8 (diff) |
Suppress a Sparse warning
Move the export to a file used by both qdev.c and sysbus.c.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/qdev.c')
-rw-r--r-- | hw/qdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ /* This is a nasty hack to allow passing a NULL bus to qdev_create. */ static BusState *main_system_bus; -extern struct BusInfo system_bus_info; static DeviceInfo *device_info_list; |