The patch titled sk98lin: planned removal has been removed from the -mm tree. Its filename was sk98lin-planned-removal.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 git-netdev-all.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