The patch titled mtd/maps: fix accidental removal in Makefile has been added to the -mm tree. Its filename is mtd-maps-fix-accidental-removal-in-makefile.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mtd/maps: fix accidental removal in Makefile From: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> The commit d79c326 ("gpio-addr-flash: new driver for GPIO assisted flash addressing") removed two lines from the Makefile by accident. Though I'm not sure how this accident happened, this patch reverts the removal. This patch fixes a regression from 2.6.31 Signed-off-by: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Cc: "Rafael J. Wysocki" <rjw@xxxxxxx> Cc: Mike Frysinger <vapier@xxxxxxxxxx> Cc: Bryan Wu <cooloney@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff -puN drivers/mtd/maps/Makefile~mtd-maps-fix-accidental-removal-in-makefile drivers/mtd/maps/Makefile --- a/drivers/mtd/maps/Makefile~mtd-maps-fix-accidental-removal-in-makefile +++ a/drivers/mtd/maps/Makefile @@ -56,4 +56,6 @@ obj-$(CONFIG_MTD_PLATRAM) += plat-ram.o obj-$(CONFIG_MTD_OMAP_NOR) += omap_nor.o obj-$(CONFIG_MTD_INTEL_VR_NOR) += intel_vr_nor.o obj-$(CONFIG_MTD_BFIN_ASYNC) += bfin-async-flash.o +obj-$(CONFIG_MTD_RBTX4939) += rbtx4939-flash.o +obj-$(CONFIG_MTD_VMU) += vmu-flash.o obj-$(CONFIG_MTD_GPIO_ADDR) += gpio-addr-flash.o _ Patches currently in -mm which might be from anemo@xxxxxxxxxxxxx are linux-next.patch mtd-maps-fix-accidental-removal-in-makefile.patch rtc-fix-driver-data-issues-in-several-rtc-drivers.patch rtc-ds1511-fix-races-around-device-registration.patch rtc-tx4939-fix-races-around-device-registration.patch rtc-ds1553-fix-races-around-device-registration.patch rtc-ds1742-fix-races-around-device-registration.patch rtc-stk17ta8-fix-races-around-device-registration.patch rtc-do-not-use-container_of-macro-as-an-argument-for-to_platform_device.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