From f5a014d2368b7a309cafc724e36089ab9e2af8c2 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 2 May 2014 22:22:57 +0200 Subject: hw/9pfs: Add missing 'static' attributes Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- hw/core/qdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/core/qdev.c') diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 2fd5100522..936eae6412 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -660,8 +660,8 @@ static void qdev_get_legacy_property(Object *obj, Visitor *v, void *opaque, * Legacy properties are string versions of other OOM properties. The format * of the string depends on the property type. */ -void qdev_property_add_legacy(DeviceState *dev, Property *prop, - Error **errp) +static void qdev_property_add_legacy(DeviceState *dev, Property *prop, + Error **errp) { gchar *name; -- cgit v1.2.3