summaryrefslogtreecommitdiffstats
path: root/sys/sys/_callout.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-09-22 06:51:55 +0000
committerhselasky <hselasky@FreeBSD.org>2015-09-22 06:51:55 +0000
commitd198450d085ca17771193b82da7a4d138e1ff68c (patch)
treeff4a3ba920959ece9ef97d77327c382f5baf436e /sys/sys/_callout.h
parentf5a18ee76c9831bbdcf1105248287b9c439ad58d (diff)
downloadFreeBSD-src-d198450d085ca17771193b82da7a4d138e1ff68c.zip
FreeBSD-src-d198450d085ca17771193b82da7a4d138e1ff68c.tar.gz
Revert r287780 until more developers have their say.
Differential Revision: https://reviews.freebsd.org/D3521 Requested by: gnn
Diffstat (limited to 'sys/sys/_callout.h')
-rw-r--r--sys/sys/_callout.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/_callout.h b/sys/sys/_callout.h
index 80fef2a..a9134c8 100644
--- a/sys/sys/_callout.h
+++ b/sys/sys/_callout.h
@@ -46,8 +46,6 @@ LIST_HEAD(callout_list, callout);
SLIST_HEAD(callout_slist, callout);
TAILQ_HEAD(callout_tailq, callout);
-typedef void callout_func_t(void *);
-
struct callout {
union {
LIST_ENTRY(callout) le;
OpenPOWER on IntegriCloud