Skip to content

Commit

Permalink
driver core: prune docs about device_interface
Browse files Browse the repository at this point in the history
drivers/base/intf.c was removed before the beginning of (git) time but
its Documentation stuck around.  Remove it.

Signed-off-by: Brandon Philips <brandon@ifup.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Brandon Philips authored and Greg Kroah-Hartman committed Nov 11, 2010
1 parent e658e9f commit b17cd8d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 139 deletions.
129 changes: 0 additions & 129 deletions Documentation/driver-model/interface.txt

This file was deleted.

5 changes: 0 additions & 5 deletions include/linux/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
*
* CPUs are exported via sysfs in the class/cpu/devices/
* directory.
*
* Per-cpu interfaces can be implemented using a struct device_interface.
* See the following for how to do this:
* - drivers/base/intf.c
* - Documentation/driver-model/interface.txt
*/
#ifndef _LINUX_CPU_H_
#define _LINUX_CPU_H_
Expand Down
5 changes: 0 additions & 5 deletions include/linux/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
*
* Nodes are exported via driverfs in the class/node/devices/
* directory.
*
* Per-node interfaces can be implemented using a struct device_interface.
* See the following for how to do this:
* - drivers/base/intf.c
* - Documentation/driver-model/interface.txt
*/
#ifndef _LINUX_NODE_H_
#define _LINUX_NODE_H_
Expand Down

0 comments on commit b17cd8d

Please sign in to comment.