diff options
author | Bart Van Assche <bvanassche@acm.org> | 2011-08-23 13:28:43 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-24 19:01:24 -0400 |
commit | b7565fa3a4b84460ce1765cc468700a6bfd82746 (patch) | |
tree | 23e9bd6fae933368d81fcb2b4d25754f4fe6f548 /Documentation/driver-model | |
parent | d58cb9cc8a46c9e539cbf8007cd5ede3c09c3524 (diff) |
docs/driver-model: Update device class docs
The driver model documentation was added to the kernel tree before
struct class was added to <linux/device.h>. Hence this patch that
updates the paragraph about struct class in
Documentation/driver-model/binding.txt.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/driver-model')
-rw-r--r-- | Documentation/driver-model/binding.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/driver-model/binding.txt b/Documentation/driver-model/binding.txt index f7ec9d625bfc..abfc8e290d53 100644 --- a/Documentation/driver-model/binding.txt +++ b/Documentation/driver-model/binding.txt | |||
@@ -48,10 +48,6 @@ devclass_add_device is called to enumerate the device within the class | |||
48 | and actually register it with the class, which happens with the | 48 | and actually register it with the class, which happens with the |
49 | class's register_dev callback. | 49 | class's register_dev callback. |
50 | 50 | ||
51 | NOTE: The device class structures and core routines to manipulate them | ||
52 | are not in the mainline kernel, so the discussion is still a bit | ||
53 | speculative. | ||
54 | |||
55 | 51 | ||
56 | Driver | 52 | Driver |
57 | ~~~~~~ | 53 | ~~~~~~ |