mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
cyclades: 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: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
0ce790e7d7
commit
64a14b51be
1 changed files with 1 additions and 2 deletions
|
@ -4099,8 +4099,7 @@ static int __init cy_init(void)
|
|||
if (!cy_serial_driver)
|
||||
goto err;
|
||||
|
||||
printk(KERN_INFO "Cyclades driver " CY_VERSION " (built %s %s)\n",
|
||||
__DATE__, __TIME__);
|
||||
printk(KERN_INFO "Cyclades driver " CY_VERSION "\n");
|
||||
|
||||
/* Initialize the tty_driver structure */
|
||||
|
||||
|
|
Loading…
Reference in a new issue