diff options
author | Brandon Philips <brandon@ifup.org> | 2010-11-07 01:28:24 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-10 16:57:11 -0800 |
commit | b17cd8d69a75f921d9d444cc3ac9b5b1d0b66ca0 (patch) | |
tree | 0bf40bde5e39ef855b4d0afe74fb0a61cf7590f3 /include/linux/node.h | |
parent | e658e9fe65306346e827676a121eca3534ad75ff (diff) | |
download | op-kernel-dev-b17cd8d69a75f921d9d444cc3ac9b5b1d0b66ca0.zip op-kernel-dev-b17cd8d69a75f921d9d444cc3ac9b5b1d0b66ca0.tar.gz |
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.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/node.h b/include/linux/node.h index 06292da..1466945 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_ |