[PATCH 10/34] cyclades: Drop __TIME__ usage

From: Michal Marek
Date: Tue Apr 05 2011 - 11:06:44 EST


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

Cc: Greg Kroah-Hartman <gregkh@xxxxxxx>
Signed-off-by: Michal Marek <mmarek@xxxxxxx>
---
drivers/char/cyclades.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/char/cyclades.c b/drivers/char/cyclades.c
index 4f152c2..a82ad97 100644
--- a/drivers/char/cyclades.c
+++ b/drivers/char/cyclades.c
@@ -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 */

--
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/