diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-16 08:48:39 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-16 08:48:39 +0000 |
| commit | 031fd299d7932eb7d6983faf9a6d4d8beec1931f (patch) | |
| tree | 89ff719c9c7ae5edd6c20e1323063539f8428e22 /sys/dev/mpt | |
| parent | 4d8d520f17fb14848f4007777c279114b698cb8d (diff) | |
Notes
Diffstat (limited to 'sys/dev/mpt')
| -rw-r--r-- | sys/dev/mpt/mpt_freebsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpt_freebsd.c b/sys/dev/mpt/mpt_freebsd.c index c43a3974128f..a3df9df83716 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; |
