summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-12-17 15:42:37 +0000
committerbz <bz@FreeBSD.org>2011-12-17 15:42:37 +0000
commit64d507853c650adbe73892df9caffca3d129b8de (patch)
tree1e5832ae6ca15786f024ebaaeb8a5c26a06e32b8 /sys/mips
parentf2b4c8af68549ded61e5297df2bbd0bd86978d1e (diff)
downloadFreeBSD-src-64d507853c650adbe73892df9caffca3d129b8de.zip
FreeBSD-src-64d507853c650adbe73892df9caffca3d129b8de.tar.gz
Unbreak the OCTEON1 kernel build after r228483 removing the left over
declaration. MFC after: 11 days
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/cavium/usb/octusb_octeon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/cavium/usb/octusb_octeon.c b/sys/mips/cavium/usb/octusb_octeon.c
index 4448f4e..937ee6d 100644
--- a/sys/mips/cavium/usb/octusb_octeon.c
+++ b/sys/mips/cavium/usb/octusb_octeon.c
@@ -69,7 +69,6 @@ static device_identify_t octusb_octeon_identify;
static device_probe_t octusb_octeon_probe;
static device_attach_t octusb_octeon_attach;
static device_detach_t octusb_octeon_detach;
-static device_shutdown_t octusb_octeon_shutdown;
struct octusb_octeon_softc {
struct octusb_softc sc_dci; /* must be first */
OpenPOWER on IntegriCloud