diff options
Diffstat (limited to 'drivers/pnp')
-rw-r--r-- | drivers/pnp/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pnp/core.c b/drivers/pnp/core.c index a411582bcd72..cc0aeaed6179 100644 --- a/drivers/pnp/core.c +++ b/drivers/pnp/core.c | |||
@@ -218,7 +218,6 @@ void __pnp_remove_device(struct pnp_dev *dev) | |||
218 | 218 | ||
219 | static int __init pnp_init(void) | 219 | static int __init pnp_init(void) |
220 | { | 220 | { |
221 | printk(KERN_INFO "Linux Plug and Play Support v0.97 (c) Adam Belay\n"); | ||
222 | return bus_register(&pnp_bus_type); | 221 | return bus_register(&pnp_bus_type); |
223 | } | 222 | } |
224 | 223 | ||