summaryrefslogtreecommitdiffstats
path: root/sys/i386/apm
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-16 08:57:14 +0000
committerphk <phk@FreeBSD.org>2002-10-16 08:57:14 +0000
commitdf5889681215452131c467679cd51691ca09ad66 (patch)
tree9c37698c5cf0d1845ecfae97b03744f4eb808d41 /sys/i386/apm
parent32a73ad530917a145974381a8afcf1c282de9687 (diff)
downloadFreeBSD-src-df5889681215452131c467679cd51691ca09ad66.zip
FreeBSD-src-df5889681215452131c467679cd51691ca09ad66.tar.gz
Be consistent about functions being static.
Spotted by: FlexeLint.
Diffstat (limited to 'sys/i386/apm')
-rw-r--r--sys/i386/apm/apm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c
index 4277432..5279873 100644
--- a/sys/i386/apm/apm.c
+++ b/sys/i386/apm/apm.c
@@ -533,7 +533,7 @@ apm_suspend(int state)
apm_lastreq_notify();
}
-void
+static void
apm_resume(void)
{
struct apm_softc *sc = &apm_softc;
OpenPOWER on IntegriCloud