mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 07:38:10 +00:00
parport: 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: Arnaud Giersch <arnaud.giersch@free.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
b953ff2238
commit
f1a7ee977d
1 changed files with 0 additions and 1 deletions
|
@ -2203,7 +2203,6 @@ static __exit void parport_ip32_unregister_port(struct parport *p)
|
||||||
static int __init parport_ip32_init(void)
|
static int __init parport_ip32_init(void)
|
||||||
{
|
{
|
||||||
pr_info(PPIP32 "SGI IP32 built-in parallel port driver v0.6\n");
|
pr_info(PPIP32 "SGI IP32 built-in parallel port driver v0.6\n");
|
||||||
pr_debug1(PPIP32 "Compiled on %s, %s\n", __DATE__, __TIME__);
|
|
||||||
this_port = parport_ip32_probe_port();
|
this_port = parport_ip32_probe_port();
|
||||||
return IS_ERR(this_port) ? PTR_ERR(this_port) : 0;
|
return IS_ERR(this_port) ? PTR_ERR(this_port) : 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue