Skip to content

Commit

Permalink
sk98lin: planned removal
Browse files Browse the repository at this point in the history
Nag message about planned sk98lin removal.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Feb 17, 2007
1 parent 40ee8c7 commit 8765c12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/sk98lin/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 8765c12

Please sign in to comment.