]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/class.c
[SPARC]: Remove of_platform_device_create
[linux-2.6-omap-h63xx.git] / drivers / base / class.c
index 412fd9a05573e742117fced63ed4210512fbe79d..9d915376c313d1049e9dc0c8cdd65d2c788db3bd 100644 (file)
@@ -149,7 +149,7 @@ int class_register(struct class *cls)
        if (error)
                return error;
 
-#ifdef CONFIG_SYSFS_DEPRECATED
+#if defined(CONFIG_SYSFS_DEPRECATED) && defined(CONFIG_BLOCK)
        /* let the block class directory show up in the root of sysfs */
        if (cls != &block_class)
                cls->subsys.kobj.kset = class_kset;