Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351568
b: refs/heads/master
c: 13a80cb
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker committed Jan 22, 2013
1 parent f4bbdf3 commit 94f25b4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 809 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2477de7a63a332a8fe75008fa87e05290c5caac
refs/heads/master: 13a80cb8b72769f163834d4243bd156f1bec37dc
4 changes: 0 additions & 4 deletions trunk/drivers/net/Space.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ extern struct net_device *el2_probe(int unit);
extern struct net_device *ne_probe(int unit);
extern struct net_device *hp_probe(int unit);
extern struct net_device *hp_plus_probe(int unit);
extern struct net_device *at1700_probe(int unit);
extern struct net_device *fmv18x_probe(int unit);
extern struct net_device *eth16i_probe(int unit);
extern struct net_device *i82596_probe(int unit);
Expand Down Expand Up @@ -140,9 +139,6 @@ static struct devprobe2 isa_probes[] __initdata = {
{cs89x0_probe, 0},
#endif
#endif
#ifdef CONFIG_AT1700
{at1700_probe, 0},
#endif
#ifdef CONFIG_ETH16I
{eth16i_probe, 0}, /* ICL EtherTeam 16i/32 */
#endif
Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/net/ethernet/fujitsu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ config NET_VENDOR_FUJITSU

if NET_VENDOR_FUJITSU

config AT1700
tristate "AT1700/1720 support (EXPERIMENTAL)"
depends on ISA && EXPERIMENTAL
select CRC32
---help---
If you have a network (Ethernet) card of this type, say Y and read
the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.

To compile this driver as a module, choose M here. The module
will be called at1700.

config PCMCIA_FMVJ18X
tristate "Fujitsu FMV-J18x PCMCIA support"
depends on PCMCIA
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/ethernet/fujitsu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
# Makefile for the Fujitsu network device drivers.
#

obj-$(CONFIG_AT1700) += at1700.o
obj-$(CONFIG_ETH16I) += eth16i.o
obj-$(CONFIG_PCMCIA_FMVJ18X) += fmvj18x_cs.o
Loading

0 comments on commit 94f25b4

Please sign in to comment.