From: Paul Fulghum Remove dead entry in net wan Makefile. Entry is left over from 2.4 when synclink used syncppp. synclink drivers now use generic HDLC Signed-off-by: Paul Fulghum Signed-off-by: Andrew Morton --- drivers/net/wan/Makefile | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/net/wan/Makefile~remove-dead-entry-in-net-wan-makefile drivers/net/wan/Makefile --- devel/drivers/net/wan/Makefile~remove-dead-entry-in-net-wan-makefile 2006-05-17 23:34:12.000000000 -0700 +++ devel-akpm/drivers/net/wan/Makefile 2006-05-17 23:34:12.000000000 -0700 @@ -28,7 +28,6 @@ obj-$(CONFIG_COSA) += syncppp.o cosa.o obj-$(CONFIG_FARSYNC) += syncppp.o farsync.o obj-$(CONFIG_DSCC4) += dscc4.o obj-$(CONFIG_LANMEDIA) += syncppp.o -obj-$(CONFIG_SYNCLINK_SYNCPPP) += syncppp.o obj-$(CONFIG_X25_ASY) += x25_asy.o obj-$(CONFIG_LANMEDIA) += lmc/ _