Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1afba3c authored by Michal Marek's avatar Michal Marek
Browse files

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: default avatarThomas Sailer <t.sailer@alumni.ethz.ch>
Cc: linux-hams@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent a1b66665
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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";


/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */


+1 −1
Original line number Original line Diff line number Diff line
@@ -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";


/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */


+1 −1
Original line number Original line Diff line number Diff line
@@ -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";


/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */


+1 −1
Original line number Original line Diff line number Diff line
@@ -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";


/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */