summaryrefslogtreecommitdiffstats
path: root/sys/pci/amdpm.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-02-26 01:04:58 +0000
committerpeter <peter@FreeBSD.org>2002-02-26 01:04:58 +0000
commit4a41840718480fdba8bbce784050e6d4ca69c672 (patch)
treee2cb071e9372cfcc068fcc9a309a09655329cd9b /sys/pci/amdpm.c
parentb7d611f95e2ec93a20cb3ea2386caec2b67ba653 (diff)
downloadFreeBSD-src-4a41840718480fdba8bbce784050e6d4ca69c672.zip
FreeBSD-src-4a41840718480fdba8bbce784050e6d4ca69c672.tar.gz
Fix warning; amdsmb_abort() is not used.
Diffstat (limited to 'sys/pci/amdpm.c')
-rw-r--r--sys/pci/amdpm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/amdpm.c b/sys/pci/amdpm.c
index be81223..cc4ff54 100644
--- a/sys/pci/amdpm.c
+++ b/sys/pci/amdpm.c
@@ -259,6 +259,7 @@ amdsmb_clear(struct amdsmb_softc *sc)
return (0);
}
+#if 0
static int
amdsmb_abort(struct amdsmb_softc *sc)
{
@@ -269,6 +270,7 @@ amdsmb_abort(struct amdsmb_softc *sc)
return (0);
}
+#endif
static int
amdsmb_idle(struct amdsmb_softc *sc)
OpenPOWER on IntegriCloud