aboutsummaryrefslogtreecommitdiff
path: root/include/linux/node.h
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.org>2010-11-07 01:28:24 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-10 16:57:11 -0800
commitb17cd8d69a75f921d9d444cc3ac9b5b1d0b66ca0 (patch)
tree0bf40bde5e39ef855b4d0afe74fb0a61cf7590f3 /include/linux/node.h
parente658e9fe65306346e827676a121eca3534ad75ff (diff)
driver core: prune docs about device_interface
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>
Diffstat (limited to 'include/linux/node.h')
-rw-r--r--include/linux/node.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/node.h b/include/linux/node.h
index 06292dac3ea..1466945cc9e 100644
--- a/include/linux/node.h
+++ b/include/linux/node.h
@@ -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_