pnp: remove printk() with outdated version
authorAdrian Bunk <[email protected]>
Thu, 16 Oct 2008 05:03:57 +0000 (22:03 -0700)
committerLinus Torvalds <[email protected]>
Thu, 16 Oct 2008 18:21:45 +0000 (11:21 -0700)
There's no point in printing some ancient version number forever.

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by: Rene Herman <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]>
Acked-by: Adam M Belay <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/pnp/core.c

index a411582bcd72d3caf7638fc1ede2a0747498af6e..cc0aeaed6179780e3ffb6b3cc4153f0729131110 100644 (file)
@@ -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);
 }