fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / xen / xenbus / xenbus_client.c
index d167970..f979f34 100644 (file)
@@ -51,6 +51,7 @@ char *xenbus_strstate(enum xenbus_state state)
        };
        return (state < ARRAY_SIZE(name)) ? name[state] : "INVALID";
 }
+EXPORT_SYMBOL_GPL(xenbus_strstate);
 
 int xenbus_watch_path(struct xenbus_device *dev, const char *path,
                      struct xenbus_watch *watch,