| commit | 6eded061b1263847aedac7469339e99579aec5e5 | [log] [tgz] |
|---|---|---|
| author | mochel@digitalimplant.org <mochel@digitalimplant.org> | Thu Mar 24 13:02:28 2005 -0800 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 20 15:15:18 2005 -0700 |
| tree | 849eadc1c02df67e2d327880ce2ecc20975a856f | |
| parent | d4a7537122fa47a6ce41c5fdab53d844c78d7023 [diff] |
[PATCH] Fix up bus code and remove use of rwsem.
- Don't add devices to bus's embedded kset, since it's not used by anyone anymore.
- Don't need to take the bus rwsem when calling {device,driver}_attach(), since
those functions use the klists and the klists' spinlocks.
Signed-off-by: Patrick Mochel <mochel@digitalimplant.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>