summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2017-06-12 08:19:22 +0000
committerpgoyette <pgoyette@NetBSD.org>2017-06-12 08:19:22 +0000
commitb5d03eb4d1be09dcdc9fec574d7fca8df88c3b8e (patch)
tree5d834fb6130dd3b1da845abf9acebb19b2b3d91b /sys
parent036665c3f4c3ca389d8e53ef4781eb00737537b9 (diff)
There is no longer a NWSBELL (since nothing depends on it), so there's no
need to #include wsbell.h (which is where it used to be defined, as a result of a needs-flag in files.wscons). Remove the #include
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wscons/wsmux.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/wscons/wsmux.c b/sys/dev/wscons/wsmux.c
index b7365162be4..767c93f2249 100644
--- a/sys/dev/wscons/wsmux.c
+++ b/sys/dev/wscons/wsmux.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wsmux.c,v 1.62 2017/06/11 03:55:56 nat Exp $ */
+/* $NetBSD: wsmux.c,v 1.63 2017/06/12 08:19:22 pgoyette Exp $ */
/*
* Copyright (c) 1998, 2005 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsmux.c,v 1.62 2017/06/11 03:55:56 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsmux.c,v 1.63 2017/06/12 08:19:22 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -48,7 +48,6 @@ __KERNEL_RCSID(0, "$NetBSD: wsmux.c,v 1.62 2017/06/11 03:55:56 nat Exp $");
#include "wsmux.h"
#include "wskbd.h"
#include "wsmouse.h"
-#include "wsbell.h"
#include <sys/param.h>
#include <sys/conf.h>