From: mochel@digitalimplant.org Date: Thu, 24 Mar 2005 21:02:28 +0000 (-0800) Subject: [PATCH] Fix up bus code and remove use of rwsem. X-Git-Tag: v2.6.13-rc1~68^2~583^2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eded061b1263847aedac7469339e99579aec5e5;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed