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

Commit 772e2898 authored by Michal Marek's avatar Michal Marek
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent f1a7ee97
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 = {