Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux
[cascardo/linux.git] / lib / kobject.c
index b0b2666..cb14aea 100644 (file)
@@ -779,6 +779,7 @@ const struct sysfs_ops kobj_sysfs_ops = {
        .show   = kobj_attr_show,
        .store  = kobj_attr_store,
 };
+EXPORT_SYMBOL_GPL(kobj_sysfs_ops);
 
 /**
  * kset_register - initialize and add a kset.