summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-08-30 01:10:46 +0000
committerchristos <christos@NetBSD.org>2006-08-30 01:10:46 +0000
commitb80f5be1eb0aba3f07718e20366fd8241152af24 (patch)
treedfe6fd68f09eabd3c79c844dbef2510b353c4305 /sys/dev
parentf20270596406b8b9af51b6388cff61d5c63ab7c0 (diff)
fix incomplete initializers
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/esm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/esm.c b/sys/dev/pci/esm.c
index cd9c45bc8fc..0e7db8728ec 100644
--- a/sys/dev/pci/esm.c
+++ b/sys/dev/pci/esm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: esm.c,v 1.35 2006/06/17 23:34:26 christos Exp $ */
+/* $NetBSD: esm.c,v 1.36 2006/08/30 01:10:46 christos Exp $ */
/*-
* Copyright (c) 2002, 2003 Matt Fredette
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esm.c,v 1.35 2006/06/17 23:34:26 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esm.c,v 1.36 2006/08/30 01:10:46 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -180,6 +180,7 @@ const struct audio_hw_if esm_hw_if = {
esm_trigger_output,
esm_trigger_input,
NULL,
+ NULL,
};
struct audio_device esm_device = {