The patch titled remove __devinit markings from rtc_sysfs_add_device() has been removed from the -mm tree. Its filename was remove-__devinit-markings-from-rtc_sysfs_add_device.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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> Cc: <stable@xxxxxxxxxx> 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 origin.patch search-a-little-harder-for-mkimage.patch some-rtc-documentation-updates.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