Commit 471a1ecf authored by Stephen Hemminger's avatar Stephen Hemminger

[PATCH] (8/42) at1500

Based on viro NE32-at1500
	ROTFL.  The last remnants of CONFIG_AT1500 removed - that was a hell
	of an ancient bug (at1500_probe() was never defined, AFAICS - all
	way back to 0.99.15).
parent ca403e66
...@@ -111,7 +111,6 @@ endif ...@@ -111,7 +111,6 @@ endif
obj-$(CONFIG_DUMMY) += dummy.o obj-$(CONFIG_DUMMY) += dummy.o
obj-$(CONFIG_DE600) += de600.o obj-$(CONFIG_DE600) += de600.o
obj-$(CONFIG_DE620) += de620.o obj-$(CONFIG_DE620) += de620.o
obj-$(CONFIG_AT1500) += lance.o
obj-$(CONFIG_LANCE) += lance.o obj-$(CONFIG_LANCE) += lance.o
obj-$(CONFIG_SUN3_82586) += sun3_82586.o obj-$(CONFIG_SUN3_82586) += sun3_82586.o
obj-$(CONFIG_SUN3LANCE) += sun3lance.o obj-$(CONFIG_SUN3LANCE) += sun3lance.o
......
...@@ -51,7 +51,6 @@ extern int hp_probe(struct net_device *dev); ...@@ -51,7 +51,6 @@ extern int hp_probe(struct net_device *dev);
extern int hp_plus_probe(struct net_device *dev); extern int hp_plus_probe(struct net_device *dev);
extern struct net_device *express_probe(int unit); extern struct net_device *express_probe(int unit);
extern struct net_device *eepro_probe(int unit); extern struct net_device *eepro_probe(int unit);
extern int at1500_probe(struct net_device *);
extern struct net_device *at1700_probe(int unit); extern struct net_device *at1700_probe(int unit);
extern struct net_device *fmv18x_probe(int unit); extern struct net_device *fmv18x_probe(int unit);
extern struct net_device *eth16i_probe(int unit); extern struct net_device *eth16i_probe(int unit);
...@@ -234,9 +233,6 @@ static struct devprobe isa_probes[] __initdata = { ...@@ -234,9 +233,6 @@ static struct devprobe isa_probes[] __initdata = {
#endif #endif
#ifdef CONFIG_SEEQ8005 #ifdef CONFIG_SEEQ8005
{seeq8005_probe, 0}, {seeq8005_probe, 0},
#endif
#ifdef CONFIG_AT1500
{at1500_probe, 0},
#endif #endif
{NULL, 0}, {NULL, 0},
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment