mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
[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>
This commit is contained in:
parent
6a9b28dda3
commit
d51fe1be3f
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue