aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@sw.ru>2007-07-17 08:03:14 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-20 16:35:44 -0400
commit4b9bc014bf4c65e1da86fbc9721f04e2763feca9 (patch)
tree18954b4b23338a09788c4ecf0268218b5dd1c167
parentc9b9a5817afc8f969b1ae834f88af6929f70de41 (diff)
V4L/DVB (5852): ivtv: don't recompile needlessly
Driver prints banner including kernel version. Was a leftover from when the driver was standalone. Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/video/ivtv/ivtv-driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c
index 4c93466a89e5..8bccb0e8d27b 100644
--- a/drivers/media/video/ivtv/ivtv-driver.c
+++ b/drivers/media/video/ivtv/ivtv-driver.c
@@ -56,7 +56,6 @@
56#include "ivtv-gpio.h" 56#include "ivtv-gpio.h"
57#include "ivtv-yuv.h" 57#include "ivtv-yuv.h"
58 58
59#include <linux/vermagic.h>
60#include <media/tveeprom.h> 59#include <media/tveeprom.h>
61#include <media/v4l2-chip-ident.h> 60#include <media/v4l2-chip-ident.h>
62 61
@@ -1314,7 +1313,7 @@ static struct pci_driver ivtv_pci_driver = {
1314static int module_start(void) 1313static int module_start(void)
1315{ 1314{
1316 printk(KERN_INFO "ivtv: ==================== START INIT IVTV ====================\n"); 1315 printk(KERN_INFO "ivtv: ==================== START INIT IVTV ====================\n");
1317 printk(KERN_INFO "ivtv: version %s (" VERMAGIC_STRING ") loading\n", IVTV_VERSION); 1316 printk(KERN_INFO "ivtv: version %s loading\n", IVTV_VERSION);
1318 1317
1319 memset(ivtv_cards, 0, sizeof(ivtv_cards)); 1318 memset(ivtv_cards, 0, sizeof(ivtv_cards));
1320 1319