aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/sunplus.c
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2008-07-22 04:35:10 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-23 18:00:47 -0400
commit10b0e96ed9a1ce0412ef981cf6250f9de3c80b02 (patch)
treeeae1d1a9f8e70aa37360e12861bab77b971ab131 /drivers/media/video/gspca/sunplus.c
parent06ca78fa3a77c955bd46ba3dbe529c399d260aa4 (diff)
V4L/DVB (8442): gspca: Remove the version from the subdrivers.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/gspca/sunplus.c')
-rw-r--r--drivers/media/video/gspca/sunplus.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/video/gspca/sunplus.c b/drivers/media/video/gspca/sunplus.c
index abd7bef9b3d1..53e20275f26d 100644
--- a/drivers/media/video/gspca/sunplus.c
+++ b/drivers/media/video/gspca/sunplus.c
@@ -24,9 +24,6 @@
24#include "gspca.h" 24#include "gspca.h"
25#include "jpeg.h" 25#include "jpeg.h"
26 26
27#define DRIVER_VERSION_NUMBER KERNEL_VERSION(2, 1, 8)
28static const char version[] = "2.1.8";
29
30MODULE_AUTHOR("Michel Xhaard <mxhaard@users.sourceforge.net>"); 27MODULE_AUTHOR("Michel Xhaard <mxhaard@users.sourceforge.net>");
31MODULE_DESCRIPTION("GSPCA/SPCA5xx USB Camera Driver"); 28MODULE_DESCRIPTION("GSPCA/SPCA5xx USB Camera Driver");
32MODULE_LICENSE("GPL"); 29MODULE_LICENSE("GPL");
@@ -1664,7 +1661,7 @@ static int __init sd_mod_init(void)
1664{ 1661{
1665 if (usb_register(&sd_driver) < 0) 1662 if (usb_register(&sd_driver) < 0)
1666 return -1; 1663 return -1;
1667 PDEBUG(D_PROBE, "v%s registered", version); 1664 PDEBUG(D_PROBE, "registered");
1668 return 0; 1665 return 0;
1669} 1666}
1670static void __exit sd_mod_exit(void) 1667static void __exit sd_mod_exit(void)