Unbreak the OCTEON1 kernel build after r228483 removing the left over

declaration.

MFC after:	11 days
This commit is contained in:
Bjoern A. Zeeb 2011-12-17 15:42:37 +00:00
parent f7c0d4c7ea
commit 3b29d0033d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228640

View File

@ -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 */