Module Name: src
Committed By: jmcneill
Date: Sun Jun 3 01:08:55 UTC 2018
Modified Files:
src/sys/dev/fdt: fdt_dai.c
Log Message:
Remove unnecessary include
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/fdt_dai.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/fdt/fdt_dai.c
diff -u src/sys/dev/fdt/fdt_dai.c:1.1 src/sys/dev/fdt/fdt_dai.c:1.2
--- src/sys/dev/fdt/fdt_dai.c:1.1 Wed May 9 23:59:05 2018
+++ src/sys/dev/fdt/fdt_dai.c Sun Jun 3 01:08:55 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_dai.c,v 1.1 2018/05/09 23:59:05 jmcneill Exp $ */
+/* $NetBSD: fdt_dai.c,v 1.2 2018/06/03 01:08:55 jmcneill Exp $ */
/*-
* Copyright (c) 2018 Jared McNeill <[email protected]>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_dai.c,v 1.1 2018/05/09 23:59:05 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_dai.c,v 1.2 2018/06/03 01:08:55 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -36,8 +36,6 @@ __KERNEL_RCSID(0, "$NetBSD: fdt_dai.c,v
#include <libfdt.h>
#include <dev/fdt/fdtvar.h>
-#include <dev/audio_dai.h>
-
struct fdtbus_dai_controller {
device_t dc_dev;
int dc_phandle;