[GIT PATCH] Driver Core fixes for 2.6.17-rc3

From: Greg KH
Date: Thu Apr 27 2006 - 16:17:18 EST


Here are some driver core fixes for 2.6.17-rc1. They contain the
following changes:
- documentation update
- remove frame buffer sysfs file as it no longer works at all
due to sysfs core change (this is intentional, the file should
be a binary sysfs file not a text one.)
- fix a build issue for DEBUGFS
- fix a build issue for different CONFIG_HOTPLUG and CONFIG_NET
values.
- remove some unused kobject exports.

All of these patches have been in the -mm tree for a number of weeks.

Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/
or if master.kernel.org hasn't synced up yet:
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


Documentation/HOWTO | 3 +
drivers/video/fbsysfs.c | 92 +-----------------------------------------------
include/linux/debugfs.h | 5 +-
include/linux/kobject.h | 3 -
lib/kobject.c | 7 +--
lib/kobject_uevent.c | 8 +++-
6 files changed, 17 insertions(+), 101 deletions(-)

---------------

Adrian Bunk:
Kobject: possible cleanups

Jean Delvare:
Fix OCFS2 warning when DEBUG_FS is not enabled

Jon Smirl:
Frame buffer: remove cmap sysfs interface

Kay Sievers:
Kobject: fix build error

Paolo Ciarrocchi:
Added URI of "linux kernel development process"

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