From: Greg KH To: torvalds@transmeta.com Subject: [BK PATCH] Driver core changes for 2.5.69 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