summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/utilities/hv_heartbeat.c
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-10-12 08:58:03 +0000
committersephe <sephe@FreeBSD.org>2016-10-12 08:58:03 +0000
commit7dd33f81301acec83d984e2a503c7a8b0c778bb6 (patch)
treed07d965afb563ff6e7476e14371b2a21e492b784 /sys/dev/hyperv/utilities/hv_heartbeat.c
parenta4803967b1407528456e8f9b84a06b0b84459994 (diff)
downloadFreeBSD-src-7dd33f81301acec83d984e2a503c7a8b0c778bb6.zip
FreeBSD-src-7dd33f81301acec83d984e2a503c7a8b0c778bb6.tar.gz
MFC 303421,303422,303470-303473
303421 hyperv/vmbus: Avoid unnecessary mb() Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7333 303422 hyperv/vmbus: Inclusion cleanup Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7334 303470 hyperv/vmbus: Reindent function declarations. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7344 303471 hyperv/vmbus: Forward declare static functions Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7346 303472 hyperv/vmbus: Move driver glue to the beginning of the files Just as most of other drivers do. And move sysinit function close to its SYSINIT. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7347 303473 hyperv/vmbus: Revoke unnecessary exposure of vmbus softc Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7348
Diffstat (limited to 'sys/dev/hyperv/utilities/hv_heartbeat.c')
-rw-r--r--sys/dev/hyperv/utilities/hv_heartbeat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/hyperv/utilities/hv_heartbeat.c b/sys/dev/hyperv/utilities/hv_heartbeat.c
index 46493ee..be0f3e6 100644
--- a/sys/dev/hyperv/utilities/hv_heartbeat.c
+++ b/sys/dev/hyperv/utilities/hv_heartbeat.c
@@ -33,6 +33,7 @@
#include <sys/module.h>
#include <sys/timetc.h>
#include <sys/syscallsubr.h>
+#include <sys/systm.h>
#include <dev/hyperv/include/hyperv.h>
#include <dev/hyperv/include/vmbus.h>
OpenPOWER on IntegriCloud