Skip to content

Commit

Permalink
V4L/DVB (5852): ivtv: don't recompile needlessly
Browse files Browse the repository at this point in the history
Driver prints banner including kernel version. Was a leftover from when 
the driver was standalone.

Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Alexey Dobriyan authored and mchehab committed Jul 20, 2007
1 parent c9b9a58 commit 4b9bc01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/media/video/ivtv/ivtv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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));

Expand Down

0 comments on commit 4b9bc01

Please sign in to comment.