mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
wan/pc300: 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: David S. Miller <davem@davemloft.net> Cc: netdev@vger.kernel.org Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
f1a7ee977d
commit
772e289862
@ -3242,8 +3242,7 @@ static inline void show_version(void)
|
||||
rcsdate++;
|
||||
tmp = strrchr(rcsdate, ' ');
|
||||
*tmp = '\0';
|
||||
printk(KERN_INFO "Cyclades-PC300 driver %s %s (built %s %s)\n",
|
||||
rcsvers, rcsdate, __DATE__, __TIME__);
|
||||
printk(KERN_INFO "Cyclades-PC300 driver %s %s\n", rcsvers, rcsdate);
|
||||
} /* show_version */
|
||||
|
||||
static const struct net_device_ops cpc_netdev_ops = {
|
||||
|
Loading…
Reference in New Issue
Block a user