The patch titled ibmebus: uevent support has been added to the -mm tree. Its filename is ibmebus-uevent-support.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ibmebus: uevent support From: Joachim Fenkes <fenkes@xxxxxxxxxx> This adds uevent support to ibmebus using the generic of_device_uevent() function. Signed-off-by: Joachim Fenkes <fenkes@xxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/kernel/ibmebus.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/powerpc/kernel/ibmebus.c~ibmebus-uevent-support arch/powerpc/kernel/ibmebus.c --- a/arch/powerpc/kernel/ibmebus.c~ibmebus-uevent-support +++ a/arch/powerpc/kernel/ibmebus.c @@ -460,6 +460,7 @@ static struct bus_attribute ibmebus_bus_ struct bus_type ibmebus_bus_type = { .name = "ibmebus", + .uevent = of_device_uevent, .match = ibmebus_bus_match, .dev_attrs = ibmebus_dev_attrs, .bus_attrs = ibmebus_bus_attrs _ Patches currently in -mm which might be from fenkes@xxxxxxxxxx are ibmebus-whitespace-fixes.patch ibmebus-dynamic-addition-removal-of-adapters-some-code-cleanup.patch ibmebus-uevent-support.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html