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>
Этот коммит содержится в:
Johan Hovold
2012-10-31 11:59:52 +01:00
коммит произвёл Greg Kroah-Hartman
родитель 806df3ac2a
Коммит bcbec053d2
32 изменённых файлов: 1 добавлений и 119 удалений

Просмотреть файл

@@ -36,10 +36,6 @@
#include <linux/uaccess.h>
#include <linux/parport.h>
/*
* Version Information
*/
#define DRIVER_VERSION "2.1"
#define DRIVER_AUTHOR "Aspire Communications pvt Ltd."
#define DRIVER_DESC "Moschip USB Serial Driver"