The patch titled ivtv: don't recompile needlessly has been removed from the -mm tree. Its filename was ivtv-dont-recompile-needlessly.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ivtv: don't recompile needlessly From: Alexey Dobriyan <adobriyan@xxxxx> Driver prints 3l33t banner including kernel version. Could we _please_ never do this in future. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxx> Cc: Hans Verkuil <hverkuil@xxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/video/ivtv/ivtv-driver.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/media/video/ivtv/ivtv-driver.c~ivtv-dont-recompile-needlessly drivers/media/video/ivtv/ivtv-driver.c --- a/drivers/media/video/ivtv/ivtv-driver.c~ivtv-dont-recompile-needlessly +++ a/drivers/media/video/ivtv/ivtv-driver.c @@ -56,7 +56,6 @@ #include "ivtv-gpio.h" #include "ivtv-yuv.h" -#include <linux/vermagic.h> #include <media/tveeprom.h> #include <media/v4l2-chip-ident.h> @@ -1314,7 +1313,7 @@ static struct pci_driver ivtv_pci_driver static int module_start(void) { printk(KERN_INFO "ivtv: ==================== START INIT IVTV ====================\n"); - printk(KERN_INFO "ivtv: version %s (" VERMAGIC_STRING ") loading\n", IVTV_VERSION); + printk(KERN_INFO "ivtv: version %s loading\n", IVTV_VERSION); memset(ivtv_cards, 0, sizeof(ivtv_cards)); _ Patches currently in -mm which might be from adobriyan@xxxxx are origin.patch git-dvb.patch use-list_head-in-binfmt-handling.patch make-unregister_binfmt-return-void.patch fix-leaks-on-proc-schedsched_debugtimer_listtimer_stats.patch fix-leak-on-proc-lockdep_stats.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