sk98lin: planned removal

Nag message about planned sk98lin removal.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Stephen Hemminger 2007-02-16 15:07:53 -08:00 committed by Jeff Garzik
parent 40ee8c768c
commit 8765c125e0
1 changed files with 3 additions and 0 deletions

View File

@ -5188,6 +5188,9 @@ static struct pci_driver skge_driver = {
static int __init skge_init(void)
{
printk(KERN_NOTICE "sk98lin: driver has been replaced by the skge driver"
" and is scheduled for removal\n");
return pci_register_driver(&skge_driver);
}