mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
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>
This commit is contained in:
parent
c9b9a5817a
commit
4b9bc014bf
@ -56,7 +56,6 @@
|
|||||||
#include "ivtv-gpio.h"
|
#include "ivtv-gpio.h"
|
||||||
#include "ivtv-yuv.h"
|
#include "ivtv-yuv.h"
|
||||||
|
|
||||||
#include <linux/vermagic.h>
|
|
||||||
#include <media/tveeprom.h>
|
#include <media/tveeprom.h>
|
||||||
#include <media/v4l2-chip-ident.h>
|
#include <media/v4l2-chip-ident.h>
|
||||||
|
|
||||||
@ -1314,7 +1313,7 @@ static struct pci_driver ivtv_pci_driver = {
|
|||||||
static int module_start(void)
|
static int module_start(void)
|
||||||
{
|
{
|
||||||
printk(KERN_INFO "ivtv: ==================== START INIT IVTV ====================\n");
|
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));
|
memset(ivtv_cards, 0, sizeof(ivtv_cards));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user