aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRolf Eike Beer <eike-kernel@sf-tec.de>2005-09-02 08:59:25 +0200
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-02 00:57:31 -0700
commitd51fe1be3f738e7d73f63bb5aa0df88bafb41a21 (patch)
tree6ba09a8214aed02d11c0f43bb281e3ed4d825463 /include
parent[PATCH] v850: Add show_mem (diff)
downloadlinux-dev-d51fe1be3f738e7d73f63bb5aa0df88bafb41a21.tar.xz
linux-dev-d51fe1be3f738e7d73f63bb5aa0df88bafb41a21.zip
[PATCH] remove driverfs references from include/linux/cpu.h and net/sunrpc/rpc_pipe.c
This patch is against 2.6.10, but still applies cleanly. It's just s/driverfs/sysfs/ in these two files. Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h
index e8904c0da686..86980c68234a 100644
--- a/include/linux/cpu.h
+++ b/include/linux/cpu.h
@@ -8,7 +8,7 @@
* Basic handling of the devices is done in drivers/base/cpu.c
* and system devices are handled in drivers/base/sys.c.
*
- * CPUs are exported via driverfs in the class/cpu/devices/
+ * CPUs are exported via sysfs in the class/cpu/devices/
* directory.
*
* Per-cpu interfaces can be implemented using a struct device_interface.