pnp: remove printk() with outdated version
There's no point in printing some ancient version number forever. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Rene Herman <rene.herman@gmail.com> Acked-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Acked-by: Adam M Belay <abelay@MIT.EDU> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
232fb69a53
commit
a63cc18f02
|
@ -218,7 +218,6 @@ void __pnp_remove_device(struct pnp_dev *dev)
|
|||
|
||||
static int __init pnp_init(void)
|
||||
{
|
||||
printk(KERN_INFO "Linux Plug and Play Support v0.97 (c) Adam Belay\n");
|
||||
return bus_register(&pnp_bus_type);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue