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:
Родитель
a1b666657c
Коммит
c1afba3c6c
|
@ -69,7 +69,7 @@ static const char paranoia_str[] = KERN_ERR
|
|||
|
||||
static const char bc_drvname[] = "baycom_epp";
|
||||
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";
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
static const char bc_drvname[] = "baycom_par";
|
||||
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";
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
|
||||
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"
|
||||
"baycom_ser_fdx: version 0.10 compiled " __TIME__ " " __DATE__ "\n";
|
||||
"baycom_ser_fdx: version 0.10\n";
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
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"
|
||||
"baycom_ser_hdx: version 0.10 compiled " __TIME__ " " __DATE__ "\n";
|
||||
"baycom_ser_hdx: version 0.10\n";
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче