summaryrefslogtreecommitdiffstats
path: root/sys/mips/cavium/octe/ethernet-common.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2011-03-16 08:56:22 +0000
committerjmallett <jmallett@FreeBSD.org>2011-03-16 08:56:22 +0000
commit67b7c6cf191c0e44cee8b101db10858edf82bf7b (patch)
treeaf95be18498336879096ae2bd19838360288a90f /sys/mips/cavium/octe/ethernet-common.h
parentbcf30d28120c09fd31e7d7728cfcefb712a55676 (diff)
downloadFreeBSD-src-67b7c6cf191c0e44cee8b101db10858edf82bf7b.zip
FreeBSD-src-67b7c6cf191c0e44cee8b101db10858edf82bf7b.tar.gz
o) Tear down receive interrupt on detach.
Submitted by: Bhanu Prakash
Diffstat (limited to 'sys/mips/cavium/octe/ethernet-common.h')
-rw-r--r--sys/mips/cavium/octe/ethernet-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/cavium/octe/ethernet-common.h b/sys/mips/cavium/octe/ethernet-common.h
index 7c0eea7..f9d4dc3 100644
--- a/sys/mips/cavium/octe/ethernet-common.h
+++ b/sys/mips/cavium/octe/ethernet-common.h
@@ -39,7 +39,7 @@ void cvm_oct_common_set_multicast_list(struct ifnet *ifp);
void cvm_oct_common_set_mac_address(struct ifnet *ifp, const void *);
int cvm_oct_init_module(device_t);
-void cvm_oct_cleanup_module(void);
+void cvm_oct_cleanup_module(device_t);
/*
* XXX/juli
OpenPOWER on IntegriCloud