baycom: Drop __TIME__ usage

The kernel already prints its build timestamp during boot, no need to
repeat it in random drivers and produce different object files each
time.

Acked-by: Thomas Sailer <t.sailer@alumni.ethz.ch>
Cc: linux-hams@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
Michal Marek 2011-04-01 12:41:20 +02:00
parent a1b666657c
commit c1afba3c6c
4 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ static const char paranoia_str[] = KERN_ERR
static const char bc_drvname[] = "baycom_epp"; static const char bc_drvname[] = "baycom_epp";
static const char bc_drvinfo[] = KERN_INFO "baycom_epp: (C) 1998-2000 Thomas Sailer, HB9JNX/AE4WA\n" static const char bc_drvinfo[] = KERN_INFO "baycom_epp: (C) 1998-2000 Thomas Sailer, HB9JNX/AE4WA\n"
"baycom_epp: version 0.7 compiled " __TIME__ " " __DATE__ "\n"; "baycom_epp: version 0.7\n";
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */

View File

@ -102,7 +102,7 @@
static const char bc_drvname[] = "baycom_par"; static const char bc_drvname[] = "baycom_par";
static const char bc_drvinfo[] = KERN_INFO "baycom_par: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA\n" static const char bc_drvinfo[] = KERN_INFO "baycom_par: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA\n"
"baycom_par: version 0.9 compiled " __TIME__ " " __DATE__ "\n"; "baycom_par: version 0.9\n";
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */

View File

@ -92,7 +92,7 @@
static const char bc_drvname[] = "baycom_ser_fdx"; static const char bc_drvname[] = "baycom_ser_fdx";
static const char bc_drvinfo[] = KERN_INFO "baycom_ser_fdx: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA\n" static const char bc_drvinfo[] = KERN_INFO "baycom_ser_fdx: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA\n"
"baycom_ser_fdx: version 0.10 compiled " __TIME__ " " __DATE__ "\n"; "baycom_ser_fdx: version 0.10\n";
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */

View File

@ -80,7 +80,7 @@
static const char bc_drvname[] = "baycom_ser_hdx"; static const char bc_drvname[] = "baycom_ser_hdx";
static const char bc_drvinfo[] = KERN_INFO "baycom_ser_hdx: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA\n" static const char bc_drvinfo[] = KERN_INFO "baycom_ser_hdx: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA\n"
"baycom_ser_hdx: version 0.10 compiled " __TIME__ " " __DATE__ "\n"; "baycom_ser_hdx: version 0.10\n";
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */