]> Pileus Git - ~andy/linux/blobdiff - lib/kobject.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[~andy/linux] / lib / kobject.c
index b0b26665c61161d4f33d1dbdaf49fe74275f400e..cb14aeac4ccaeedfe537d423c41c3d0b021e1c9f 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.