The patch titled rocket: remove modversions include has been removed from the -mm tree. Its filename was rocket-remove-modversions-include.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: rocket: remove modversions include From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> It misspelled "MODVERSIONS" preprocessor variable with "CONFIG_MODVERSIONS". Just kill it all. Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/rocket.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN drivers/char/rocket.c~rocket-remove-modversions-include drivers/char/rocket.c --- a/drivers/char/rocket.c~rocket-remove-modversions-include +++ a/drivers/char/rocket.c @@ -65,10 +65,6 @@ /****** Kernel includes ******/ -#ifdef MODVERSIONS -#include <config/modversions.h> -#endif - #include <linux/module.h> #include <linux/errno.h> #include <linux/major.h> _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are origin.patch git-alsa.patch remove-unused-header-file-arch-arm-mach-s3c2410-basth.patch arm-remove-useless-config-option-generic_bust_spinlock.patch git-avr32.patch git-dvb.patch git-ieee1394.patch pcmcia-delete-obsolete-pcmcia_ioctl-feature.patch scsi-fix-obvious-typo-spin_lock_irqrestore-in-gdthc.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