diff options
Diffstat (limited to 'sys/dev/twe')
-rw-r--r-- | sys/dev/twe/twe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c index 6adb277..fba49f2 100644 --- a/sys/dev/twe/twe.c +++ b/sys/dev/twe/twe.c @@ -96,7 +96,6 @@ static void twe_release_request(struct twe_request *tr); */ static char *twe_format_aen(struct twe_softc *sc, u_int16_t aen); static int twe_report_request(struct twe_request *tr); -static int twe_request_qlen(struct twe_request *tr); static void twe_panic(struct twe_softc *sc, char *reason); /******************************************************************************** |