atm: 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:
@@ -1173,7 +1173,7 @@ static int __init lane_module_init(void)
|
||||
#endif
|
||||
|
||||
register_atm_ioctl(&lane_ioctl_ops);
|
||||
pr_info("lec.c: " __DATE__ " " __TIME__ " initialized\n");
|
||||
pr_info("lec.c: initialized\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user