[GIT PATCH] driver core fixes for .36-rc2

From: Greg KH
Date: Tue Aug 24 2010 - 00:05:47 EST


Here are some fixes for .36-rc2 for the driver core.

It fixes a firmware oops that a lot of people are hitting, and a build
error for older versions of gcc that it seems all of the ARM developers
are hitting. And there's documentation fix as well.

Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git/

All of these patches have been in the linux-next and mm trees.

The patches will be sent as a follow-on to this message to lkml for
people to see.

thanks,

greg k-h

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

drivers/base/firmware_class.c | 2 +-
include/linux/kobject.h | 35 +-------------------------
include/linux/kobject_ns.h | 56 +++++++++++++++++++++++++++++++++++++++++
include/linux/sysfs.h | 1 +
lib/kobject_uevent.c | 4 +-
5 files changed, 61 insertions(+), 37 deletions(-)
create mode 100644 include/linux/kobject_ns.h

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

David Howells (1):
kobject: Break the kobject namespace defs into their own header

Johannes Berg (1):
firmware_class: fix typo in error path

Xiaotian Feng (1):
kobject_uevent: fix typo in comments

--
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/