[2.5.6-pre2] Fix for dmfe.c with newer binutils

Sebastian Droege (sebastian.droege@gmx.de)
Tue, 5 Mar 2002 14:20:43 +0100


--:Fe39S=.L.QLz3bZ
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Hi,
here is a really simple fix for the link problems with newer binutils
it's already fixed this way in 2.4.18 and 2.5.5-dj2

Bye

--- linux-2.5.5/drivers/net/dmfe.c~ Tue Mar 5 14:12:49 2002
+++ linux-2.5.5/drivers/net/dmfe.c Tue Mar 5 14:09:43 2002
@@ -1986,7 +1986,7 @@
name: "dmfe",
id_table: dmfe_pci_tbl,
probe: dmfe_init_one,
- remove: dmfe_remove_one,
+ remove: __devexit_p(dmfe_remove_one),
};

MODULE_AUTHOR("Sten Wang, sten_wang@davicom.com.tw");
--:Fe39S=.L.QLz3bZ
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8hMYue9FFpVVDScsRAm3qAKDnHtAYqQ0HpqhIsMV0KPOPjzb56QCg9I+z
iV1GI7Kcng2hOzth9ATKbSk=
=gymR
-----END PGP SIGNATURE-----

--:Fe39S=.L.QLz3bZ--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/