Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/fdt Remove unnecessary include



details:   https://anonhg.NetBSD.org/src/rev/87ce965149dd
branches:  trunk
changeset: 323173:87ce965149dd
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jun 03 01:08:55 2018 +0000

description:
Remove unnecessary include

diffstat:

 sys/dev/fdt/fdt_dai.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 8ce9d1b48170 -r 87ce965149dd sys/dev/fdt/fdt_dai.c
--- a/sys/dev/fdt/fdt_dai.c     Sat Jun 02 22:43:15 2018 +0000
+++ b/sys/dev/fdt/fdt_dai.c     Sun Jun 03 01:08:55 2018 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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 @@
 #include <libfdt.h>
 #include <dev/fdt/fdtvar.h>
 
-#include <dev/audio_dai.h>
-
 struct fdtbus_dai_controller {
        device_t dc_dev;
        int dc_phandle;



Home | Main Index | Thread Index | Old Index