summary refs log tree commit diff stats
path: root/hw/qdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/qdev.h')
-rw-r--r--hw/qdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/qdev.h b/hw/qdev.h
index af167bef2d..ce76625352 100644
--- a/hw/qdev.h
+++ b/hw/qdev.h
@@ -260,7 +260,6 @@ struct DeviceInfo {
     BusInfo *bus_info;
 };
 
-void qdev_register(DeviceInfo *info);
 void qdev_register_subclass(DeviceInfo *info, const char *parent);
 
 /* Register device properties.  */