From 212ad111683a5b5a79a74d6141a4b75f532a4c8f Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 1 Feb 2012 09:34:28 -0600 Subject: qdev: kill off DeviceInfo list Teach the various bits of code that need to walk through available devices to do so via QOM. Signed-off-by: Anthony Liguori --- hw/qdev.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/qdev.h') diff --git a/hw/qdev.h b/hw/qdev.h index b46d06e277..af167bef2d 100644 --- a/hw/qdev.h +++ b/hw/qdev.h @@ -258,9 +258,7 @@ struct DeviceInfo { qdev_event unplug; qdev_event exit; BusInfo *bus_info; - struct DeviceInfo *next; }; -extern DeviceInfo *device_info_list; void qdev_register(DeviceInfo *info); void qdev_register_subclass(DeviceInfo *info, const char *parent); -- cgit 1.4.1