Skip to content

Commit

Permalink
pnp: remove printk() with outdated version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Oct 16, 2008
1 parent 232fb69 commit a63cc18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pnp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit a63cc18

Please sign in to comment.