From: Adrian Bunk There's no point in printing some ancient version number forever. Signed-off-by: Adrian Bunk Acked-by: Rene Herman Acked-by: Bjorn Helgaas Acked-by: Adam M Belay Signed-off-by: Andrew Morton --- drivers/pnp/core.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/pnp/core.c~pnp-remove-printk-with-outdated-version drivers/pnp/core.c --- a/drivers/pnp/core.c~pnp-remove-printk-with-outdated-version +++ a/drivers/pnp/core.c @@ -216,7 +216,6 @@ void __pnp_remove_device(struct pnp_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); } _