Skip to content

Commit

Permalink
docs/driver-model: Update device class docs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bart Van Assche authored and Greg Kroah-Hartman committed Aug 24, 2011
1 parent d58cb9c commit b7565fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Documentation/driver-model/binding.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ devclass_add_device is called to enumerate the device within the class
and actually register it with the class, which happens with the
class's register_dev callback.

NOTE: The device class structures and core routines to manipulate them
are not in the mainline kernel, so the discussion is still a bit
speculative.


Driver
~~~~~~
Expand Down

0 comments on commit b7565fa

Please sign in to comment.