The patch titled sk98lin: planned removal has been added to the -mm tree. Its filename is sk98lin-planned-removal.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sk98lin: planned removal From: Stephen Hemminger <shemminger@xxxxxxxxxxxxxxxxxxxx> Nag message about planned sk98lin removal. Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/sk98lin/skge.c | 3 +++ 1 files changed, 3 insertions(+) diff -puN drivers/net/sk98lin/skge.c~sk98lin-planned-removal drivers/net/sk98lin/skge.c --- a/drivers/net/sk98lin/skge.c~sk98lin-planned-removal +++ a/drivers/net/sk98lin/skge.c @@ -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); } _ Patches currently in -mm which might be from shemminger@xxxxxxxxxxxxxxxxxxxx are origin.patch sk98lin-planned-removal.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html