aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2014-05-15 21:19:13 +0000
committerMark Johnston <markj@FreeBSD.org>2014-05-15 21:19:13 +0000
commit2a1681877eb9b720c5dfec192132960ab5acde8c (patch)
treefb5fff97d8b3713b2cdb505dfeae0c5c8dc55e19 /sys/dev
parentdaf4c72f7e86eab7438875b747c269f558fb4349 (diff)
downloadsrc-2a1681877eb9b720c5dfec192132960ab5acde8c.tar.gz
src-2a1681877eb9b720c5dfec192132960ab5acde8c.zip
Remove some prototypes for undefined functions.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=266195
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hwpmc/hwpmc_core.h2
-rw-r--r--sys/dev/hwpmc/hwpmc_uncore.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/hwpmc/hwpmc_core.h b/sys/dev/hwpmc/hwpmc_core.h
index 0480a5ea23ca..63b6d02d32ed 100644
--- a/sys/dev/hwpmc/hwpmc_core.h
+++ b/sys/dev/hwpmc/hwpmc_core.h
@@ -179,8 +179,6 @@ int pmc_core_initialize(struct pmc_mdep *_md, int _maxcpu,
int _version_override);
void pmc_core_finalize(struct pmc_mdep *_md);
-void pmc_core_mark_started(int _cpu, int _pmc);
-
int pmc_iaf_initialize(struct pmc_mdep *_md, int _maxcpu, int _npmc, int _width);
void pmc_iaf_finalize(struct pmc_mdep *_md);
diff --git a/sys/dev/hwpmc/hwpmc_uncore.h b/sys/dev/hwpmc/hwpmc_uncore.h
index c1f825924e05..0e2ff86f0206 100644
--- a/sys/dev/hwpmc/hwpmc_uncore.h
+++ b/sys/dev/hwpmc/hwpmc_uncore.h
@@ -115,8 +115,6 @@ struct pmc_md_ucp_pmc {
int pmc_uncore_initialize(struct pmc_mdep *_md, int _maxcpu);
void pmc_uncore_finalize(struct pmc_mdep *_md);
-void pmc_uncore_mark_started(int _cpu, int _pmc);
-
int pmc_ucf_initialize(struct pmc_mdep *_md, int _maxcpu, int _npmc, int _width);
void pmc_ucf_finalize(struct pmc_mdep *_md);