aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpu.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/cpu.h
parentdriver core: the development tree has switched to git (diff)
downloadlinux-dev-b17cd8d69a75f921d9d444cc3ac9b5b1d0b66ca0.tar.xz
linux-dev-b17cd8d69a75f921d9d444cc3ac9b5b1d0b66ca0.zip
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/cpu.h')
-rw-r--r--include/linux/cpu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h
index 4823af64e9db..5f09323ee880 100644
--- a/include/linux/cpu.h
+++ b/include/linux/cpu.h
@@ -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_