Commit 160ba3c9 authored by Sebastian Dröge's avatar Sebastian Dröge Committed by Linus Torvalds

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

Here's a simple patch to allow the bttv driver to be build with newer
binutils...
parent 60db772a
......@@ -3394,7 +3394,7 @@ static struct pci_driver bttv_pci_driver = {
name: "bttv",
id_table: bttv_pci_tbl,
probe: bttv_probe,
remove: bttv_remove,
remove: __devexit_p(bttv_remove),
};
static int bttv_init_module(void)
......
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