[BK PATCH] Driver core changes for 2.5.69

Greg KH (greg@kroah.com)
Fri, 9 May 2003 16:51:42 -0700


Hi,

Here are three small changesets that fix up some stuff in the driver
class code. They do the following:
- restore back the driver link in the sysfs class representation
that I removed based on my previous class changes.
- fix the cpu frequency code to work properly again (I messed up
when porting it to the new class code.)
- remove an unneeded line in the class code.

Please pull from: bk://kernel.bkbits.net/gregkh/linux/class-2.5

thanks,

greg k-h

drivers/base/class.c | 18 +++++++++++++++++-
include/linux/cpu.h | 1 +
kernel/cpufreq.c | 2 ++
3 files changed, 20 insertions(+), 1 deletion(-)
-----

Greg Kroah-Hartman:
o driver core: remove unneeded line in class code
o driver core: Add driver symlink to class devices in sysfs

Jonathan Corbet:
o cpufreq class fix

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/