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:
@@ -3242,8 +3242,7 @@ static inline void show_version(void)
|
|||||||
rcsdate++;
|
rcsdate++;
|
||||||
tmp = strrchr(rcsdate, ' ');
|
tmp = strrchr(rcsdate, ' ');
|
||||||
*tmp = '\0';
|
*tmp = '\0';
|
||||||
printk(KERN_INFO "Cyclades-PC300 driver %s %s (built %s %s)\n",
|
printk(KERN_INFO "Cyclades-PC300 driver %s %s\n", rcsvers, rcsdate);
|
||||||
rcsvers, rcsdate, __DATE__, __TIME__);
|
|
||||||
} /* show_version */
|
} /* show_version */
|
||||||
|
|
||||||
static const struct net_device_ops cpc_netdev_ops = {
|
static const struct net_device_ops cpc_netdev_ops = {
|
||||||
|
Reference in New Issue
Block a user