aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/storvsc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:36 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:36 +0000
commit685dc743dc3b5645e34836464128e1c0558b404b (patch)
tree39ec624f59d1c16f70e670cb77f8a87ec8a2b30a /sys/dev/hyperv/storvsc
parente5d258c9e599d2b2fe642e678091cac5da8a10d1 (diff)
Diffstat (limited to 'sys/dev/hyperv/storvsc')
-rw-r--r--sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
index dff2ee709bed..d7e7bd85ae29 100644
--- a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
+++ b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
@@ -35,8 +35,6 @@
* partition StorVSP driver over the Hyper-V VMBUS.
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/condvar.h>