From a9ff9df188615d653a5a904bafbe724d40143e35 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Fri, 17 Jul 2009 11:18:53 +0000 Subject: Suppress a Sparse warning Move the export to a file used by both qdev.c and sysbus.c. Signed-off-by: Blue Swirl --- hw/qdev.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/qdev.c') diff --git a/hw/qdev.c b/hw/qdev.c index 001c74ce0e..faecc767af 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -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; -- cgit 1.4.1