diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2008-12-04 01:09:30 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 01:09:30 -0500 |
commit | b6114794a1c394534659f4a17420e48cf23aa922 (patch) | |
tree | 801c91d4a3e34acd2f6ae1a5338c7b3c56b2a6bb /drivers/net/Makefile | |
parent | 3e1d7cd2dc708f2054b2180e05ae283b9f91d543 (diff) |
zorro8390: convert to net_device_ops
Another device using 8390 library that needs converting.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index f664e8ddfd40..a1fc8a1b50da 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
@@ -190,7 +190,7 @@ obj-$(CONFIG_SC92031) += sc92031.o | |||
190 | obj-$(CONFIG_LP486E) += lp486e.o | 190 | obj-$(CONFIG_LP486E) += lp486e.o |
191 | 191 | ||
192 | obj-$(CONFIG_ETH16I) += eth16i.o | 192 | obj-$(CONFIG_ETH16I) += eth16i.o |
193 | obj-$(CONFIG_ZORRO8390) += zorro8390.o | 193 | obj-$(CONFIG_ZORRO8390) += zorro8390.o 8390.o |
194 | obj-$(CONFIG_HPLANCE) += hplance.o 7990.o | 194 | obj-$(CONFIG_HPLANCE) += hplance.o 7990.o |
195 | obj-$(CONFIG_MVME147_NET) += mvme147.o 7990.o | 195 | obj-$(CONFIG_MVME147_NET) += mvme147.o 7990.o |
196 | obj-$(CONFIG_EQUALIZER) += eql.o | 196 | obj-$(CONFIG_EQUALIZER) += eql.o |