Here are some driver core fixes for 2.6.21-rc1. It fixes up some problems due to the pcmcia changes I did in the last round of driver core changes, removes an unused function, and backs out the kmod changes as there was a nasty loop for people who use networking as a module. There's some other bugfixes here, and some powermanagement documentation updates and clarifications (from -mm).
All of these have been in the -mm tree. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/ Patches will be sent as a follow-on to this message to lkml for people to see. thanks, greg k-h drivers/base/class.c | 42 -------------- drivers/base/core.c | 31 ++++++++++- drivers/pcmcia/hd64465_ss.c | 2 +- drivers/pcmcia/m32r_cfc.c | 2 +- drivers/pcmcia/m8xx_pcmcia.c | 2 +- drivers/pcmcia/omap_cf.c | 2 +- drivers/pcmcia/rsrc_mgr.c | 2 +- drivers/pcmcia/vrc4171_card.c | 2 +- fs/sysfs/sysfs.h | 11 ++++ include/linux/device.h | 2 - include/linux/kmod.h | 2 - include/linux/pm.h | 37 ++++++++++++- include/linux/sysfs.h | 13 +---- kernel/kmod.c | 120 ----------------------------------------- kernel/module.c | 32 ++++++------ kernel/params.c | 1 - kernel/power/main.c | 5 ++- 17 files changed, 103 insertions(+), 205 deletions(-) --------------- Adam J. Richter (1): sysfs: move struct sysfs_dirent to private header Adrian Bunk (1): make kernel/kmod.c:kmod_mk static Greg Kroah-Hartman (2): Driver core: remove class_device_rename Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent" James Simmons (1): Driver core: fix error by cleanup up symlinks properly Johannes Berg (2): power management: no valid states w/o pm_ops power management: fix struct layout and docs Manuel Lauss (1): Driver core: more fallout from class_device changes for pcmcia Mike Galbraith (1): driver core: refcounting fix - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/