USB: serial: remove driver version information

Remove all MODULE_VERSION macros and driver-version information (except
for garmin_gps which uses it in a status reply).

It is the kernel version that matters and not some private version
scheme which rarely even gets updated.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Este commit está contenido en:
Johan Hovold
2012-10-31 11:59:52 +01:00
cometido por Greg Kroah-Hartman
padre 806df3ac2a
commit bcbec053d2
Se han modificado 32 ficheros con 1 adiciones y 119 borrados

Ver fichero

@@ -38,8 +38,6 @@
#include <linux/ioctl.h>
#include "kobil_sct.h"
/* Version Information */
#define DRIVER_VERSION "21/05/2004"
#define DRIVER_AUTHOR "KOBIL Systems GmbH - http://www.kobil.com"
#define DRIVER_DESC "KOBIL USB Smart Card Terminal Driver (experimental)"