diff options
-rw-r--r-- | sys/arch/sparc64/dev/vbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/vbus.c b/sys/arch/sparc64/dev/vbus.c index e6b7d4237c1..09fc6c1914d 100644 --- a/sys/arch/sparc64/dev/vbus.c +++ b/sys/arch/sparc64/dev/vbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vbus.c,v 1.2 2008/10/12 09:17:22 kettenis Exp $ */ +/* $OpenBSD: vbus.c,v 1.3 2008/11/10 16:50:13 art Exp $ */ /* * Copyright (c) 2008 Mark Kettenis * @@ -40,7 +40,7 @@ void vbus_attach(struct device *, struct device *, void *); int vbus_print(void *, const char *); struct cfattach vbus_ca = { - sizeof(struct device), vbus_match, vbus_attach + sizeof(struct vbus_softc), vbus_match, vbus_attach }; struct cfdriver vbus_cd = { |