From 8a5d5158acc37da349e07d32e4d55bd817979be6 Mon Sep 17 00:00:00 2001 From: mjacob Date: Mon, 23 Sep 2002 05:14:38 +0000 Subject: We do not need to expose mpt_notify outside of mpt_freebsd.c. MFC after: 1 week --- sys/dev/mpt/mpt_freebsd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/mpt/mpt_freebsd.h b/sys/dev/mpt/mpt_freebsd.h index 84527bf..6e7cbb4 100644 --- a/sys/dev/mpt/mpt_freebsd.h +++ b/sys/dev/mpt/mpt_freebsd.h @@ -327,7 +327,6 @@ mpt_read(mpt_softc_t *mpt, int offset) void mpt_cam_attach(mpt_softc_t *); void mpt_cam_detach(mpt_softc_t *); void mpt_done(mpt_softc_t *, u_int32_t); -void mpt_notify(mpt_softc_t *, void *, u_int32_t); void mpt_set_config_regs(mpt_softc_t *); #ifdef RELENG_4 -- cgit v1.1