summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-16 08:48:39 +0000
committerphk <phk@FreeBSD.org>2002-10-16 08:48:39 +0000
commit32a73ad530917a145974381a8afcf1c282de9687 (patch)
tree89ff719c9c7ae5edd6c20e1323063539f8428e22 /sys/dev/mpt
parent11d2dcbede9e1dd071a38a4d5e23bde0d7d39b6c (diff)
downloadFreeBSD-src-32a73ad530917a145974381a8afcf1c282de9687.zip
FreeBSD-src-32a73ad530917a145974381a8afcf1c282de9687.tar.gz
Be consistent about functions being static.
Spotted by: FlexeLint.
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpt_freebsd.c b/sys/dev/mpt/mpt_freebsd.c
index c43a397..a3df9df 100644
--- a/sys/dev/mpt/mpt_freebsd.c
+++ b/sys/dev/mpt/mpt_freebsd.c
@@ -596,7 +596,7 @@ mpt_bus_reset(union ccb *ccb)
static void mpt_ctlop(mpt_softc_t *, void *, u_int32_t);
static void mpt_event_notify_reply(mpt_softc_t *mpt, MSG_EVENT_NOTIFY_REPLY *);
-void
+static void
mpt_ctlop(mpt_softc_t *mpt, void *vmsg, u_int32_t reply)
{
MSG_DEFAULT_REPLY *dmsg = vmsg;
OpenPOWER on IntegriCloud