File crystalhd-fix-sections.diff of Package crystalhd
---
crystalhd_lnx.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/crystalhd_lnx.c
+++ b/crystalhd_lnx.c
@@ -498,7 +498,7 @@
return rc;
}
-static void __devexit chd_dec_release_chdev(struct crystalhd_adp *adp)
+static void chd_dec_release_chdev(struct crystalhd_adp *adp)
{
crystalhd_ioctl_data *temp = NULL;
if (!adp)
@@ -582,7 +582,7 @@
return 0;
}
-static void __devexit chd_pci_release_mem(struct crystalhd_adp *pinfo)
+static void chd_pci_release_mem(struct crystalhd_adp *pinfo)
{
if (!pinfo)
return;