From 32a73ad530917a145974381a8afcf1c282de9687 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 16 Oct 2002 08:48:39 +0000 Subject: Be consistent about functions being static. Spotted by: FlexeLint. --- sys/dev/rp/rp_isa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/rp/rp_isa.c') diff --git a/sys/dev/rp/rp_isa.c b/sys/dev/rp/rp_isa.c index bbbdcb2..3e40c31 100644 --- a/sys/dev/rp/rp_isa.c +++ b/sys/dev/rp/rp_isa.c @@ -476,7 +476,7 @@ rp_isa_aiop2off(int aiop, int offset) } /* Read the int status for an ISA controller. */ -unsigned char +static unsigned char rp_isa_ctlmask(CONTROLLER_t *ctlp) { return sGetControllerIntStatus(rp_controller,ctlp); -- cgit v1.1