The patch titled remove __devinit markings from rtc_sysfs_add_device() has been added to the -mm tree. Its filename is remove-__devinit-markings-from-rtc_sysfs_add_device.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: remove __devinit markings from rtc_sysfs_add_device() From: Mike Frysinger <vapier@xxxxxxxxxx> rtc_sysfs_add_device is needed even after dev initialization, so drop __devinit. Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Acked-by: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/rtc/rtc-sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/rtc/rtc-sysfs.c~remove-__devinit-markings-from-rtc_sysfs_add_device drivers/rtc/rtc-sysfs.c --- a/drivers/rtc/rtc-sysfs.c~remove-__devinit-markings-from-rtc_sysfs_add_device +++ a/drivers/rtc/rtc-sysfs.c @@ -78,7 +78,7 @@ static struct attribute_group rtc_attr_g .attrs = rtc_attrs, }; -static int __devinit rtc_sysfs_add_device(struct class_device *class_dev, +static int rtc_sysfs_add_device(struct class_device *class_dev, struct class_interface *class_intf) { int err; _ Patches currently in -mm which might be from vapier@xxxxxxxxxx are remove-__devinit-markings-from-rtc_sysfs_add_device.patch search-a-little-harder-for-mkimage.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