commit | 53f4654272df7c51064825024340554b39c9efba | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Thu Oct 27 22:25:43 2005 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 28 09:52:52 2005 -0700 |
tree | e3e7b82a6bb0040ffbd267b250be2720704b98f2 | |
parent | 51d172d5f3a193e4b8f76179b2e55d7a36b94117 [diff] |
[PATCH] Driver Core: fix up all callers of class_device_create() The previous patch adding the ability to nest struct class_device changed the paramaters to the call class_device_create(). This patch fixes up all in-kernel users of the function. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>