summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-05-26 15:45:31 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-05-26 15:45:31 +0000
commit2e81c0755ce380ca76dc5045a872c9fc432d99d1 (patch)
tree2cee17934d43ab1c708c54a1c56a488ea86aa73e /wct4xxp.c
parent528f9a5aa0de1d53e0a367655a08882661923413 (diff)
Zaptel fixes for 2.6
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@402 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 70bb126..527df1f 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -1680,7 +1680,11 @@ static struct pci_device_id t4_pci_tbl[] __devinitdata =
static struct pci_driver t4_driver = {
name: "t4xxp",
probe: t4_init_one,
+#ifdef LINUX26
+ remove: __devexit_p(t4_remove_one),
+#else
remove: t4_remove_one,
+#endif
suspend: NULL,
resume: NULL,
id_table: t4_pci_tbl,