diff --git a/[refs] b/[refs] index 99c7ce5aa544..97b0a769fa24 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d58cb9cc8a46c9e539cbf8007cd5ede3c09c3524 +refs/heads/master: b7565fa3a4b84460ce1765cc468700a6bfd82746 diff --git a/trunk/Documentation/driver-model/binding.txt b/trunk/Documentation/driver-model/binding.txt index f7ec9d625bfc..abfc8e290d53 100644 --- a/trunk/Documentation/driver-model/binding.txt +++ b/trunk/Documentation/driver-model/binding.txt @@ -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 ~~~~~~