]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/rapidio/rio.c
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[karo-tx-linux.git] / drivers / rapidio / rio.c
index 37042858c2db56b1e44287d9eaefb630adec454c..38d9494056181068bfa841f3676e49500950759c 100644 (file)
@@ -192,8 +192,6 @@ int rio_add_device(struct rio_dev *rdev)
        }
        spin_unlock(&rio_global_list_lock);
 
-       rio_create_sysfs_dev_files(rdev);
-
        return 0;
 }
 EXPORT_SYMBOL_GPL(rio_add_device);
@@ -220,7 +218,6 @@ void rio_del_device(struct rio_dev *rdev, enum rio_device_state state)
                }
        }
        spin_unlock(&rio_global_list_lock);
-       rio_remove_sysfs_dev_files(rdev);
        device_unregister(&rdev->dev);
 }
 EXPORT_SYMBOL_GPL(rio_del_device);