[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070717114741.GC25083@localhost.sw.ru>
Date: Tue, 17 Jul 2007 15:47:41 +0400
From: Alexey Dobriyan <adobriyan@...ru>
To: akpm@...l.org, v4l-dvb-maintainer@...uxtv.org
Cc: linux-kernel@...r.kernel.org, hverkuil@...all.nl
Subject: [PATCH] ivtv: don't recompile needlessly
Driver prints 3l33t banner including kernel version.
Could we _please_ never do this in future.
Signed-off-by: Alexey Dobriyan <adobriyan@...ru>
---
drivers/media/video/ivtv/ivtv-driver.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- a/drivers/media/video/ivtv/ivtv-driver.c
+++ b/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>
@@ -1315,7 +1314,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));
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists