diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-12-02 12:58:36 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-12-02 12:58:36 -0800 |
commit | 8733cb29d60fd2ca6c1f50f69f9b90fbfcd1879b (patch) | |
tree | e6bef80539d3ada338f3f72733253b995df7e5c7 /include/linux/cpu.h | |
parent | eed5ee1a3ab3020168cd67fdde2500452b0628c9 (diff) | |
parent | 318af55ddd38bdaaa2b57f5c3bd394f3ce3a2610 (diff) | |
download | linux-3.10-8733cb29d60fd2ca6c1f50f69f9b90fbfcd1879b.tar.gz linux-3.10-8733cb29d60fd2ca6c1f50f69f9b90fbfcd1879b.tar.bz2 linux-3.10-8733cb29d60fd2ca6c1f50f69f9b90fbfcd1879b.zip |
Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
* 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6:
uio: Change mail address of Hans J. Koch
driver core: prune docs about device_interface
driver core: the development tree has switched to git
Diffstat (limited to 'include/linux/cpu.h')
-rw-r--r-- | include/linux/cpu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 4823af64e9d..5f09323ee88 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_ |