aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-01-23 21:43:47 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-01-23 21:43:47 +0000
commit65baa27ce66a7890008f8ae59be6cc7884c7d384 (patch)
tree5cee63c4c86e0ebcc427937dd8d0c801f18d4c0e /sys/dev/aac
parent8ad2668439a1ce0c9c0af96e54b438087b1c85a0 (diff)
Notes
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index bcb3bcbf8b5c..8d25a71393e9 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -139,7 +139,7 @@ static char *aac_describe_code(struct aac_code_lookup *table, u_int32_t code);
static d_open_t aac_open;
static d_close_t aac_close;
static d_ioctl_t aac_ioctl;
-static int aac_ioctl_sendfib(struct aac_softc *sc, caddr_t ufib);
+static int aac_ioctl_sendfib(struct aac_softc *sc, caddr_t ufib) __unused;
static void aac_handle_aif(struct aac_softc *sc, struct aac_aif_command *aif);
#ifdef AAC_COMPAT_LINUX
static int aac_linux_rev_check(struct aac_softc *sc, caddr_t udata);