summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/hotplug.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/hotplug.h b/sys/sys/hotplug.h
index 5125ba37c85..f2da3f6cfd8 100644
--- a/sys/sys/hotplug.h
+++ b/sys/sys/hotplug.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hotplug.h,v 1.4 2006/05/28 16:49:47 henning Exp $ */
+/* $OpenBSD: hotplug.h,v 1.5 2006/05/28 16:52:34 mk Exp $ */
/*
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
*
@@ -30,7 +30,6 @@ struct hotplug_event {
int he_type; /* event type */
enum devclass he_devclass; /* device class */
char he_devname[16]; /* device name */
- int he_devid; /* device id */
};
#ifdef _KERNEL