[2.5.10] BTTV .text.exit link fix with newer binutils

Sebastian Droege (sebastian.droege@gmx.de)
Sun, 28 Apr 2002 16:59:38 +0200


--e(AGpp4J:=.BtE'm
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Hi,
here's a simple patch to allow the bttv driver to be build with newer binutils...

Bye

--- linux-2.5.10/drivers/media/video/bttv-driver.c~ Sun Apr 28 16:57:00 2002
+++ linux-2.5.10/drivers/media/video/bttv-driver.c Sun Apr 28 16:57:15 2002
@@ -3394,7 +3394,7 @@
name: "bttv",
id_table: bttv_pci_tbl,
probe: bttv_probe,
- remove: bttv_remove,
+ remove: __devexit_p(bttv_remove),
};

static int bttv_init_module(void)

--e(AGpp4J:=.BtE'm
Content-Type: application/pgp-signature

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

iD8DBQE8zA5de9FFpVVDScsRAvQ6AJ9gisXcRBc6/XcFbt9Uid1rIvZ1DgCgzAck
dRpOgfhTGDp0eH6HNlHa0HM=
=N2+q
-----END PGP SIGNATURE-----

--e(AGpp4J:=.BtE'm--

-
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/