Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev include less headers, just the right one, suggested ...
details: https://anonhg.NetBSD.org/src/rev/9c3f4643bd47
branches: trunk
changeset: 837102:9c3f4643bd47
user: maya <maya%NetBSD.org@localhost>
date: Mon Nov 19 10:14:40 2018 +0000
description:
include less headers, just the right one, suggested by thorpej
diffstat:
sys/dev/audio_dai.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 5e2ca9233a6c -r 9c3f4643bd47 sys/dev/audio_dai.h
--- a/sys/dev/audio_dai.h Mon Nov 19 10:05:09 2018 +0000
+++ b/sys/dev/audio_dai.h Mon Nov 19 10:14:40 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: audio_dai.h,v 1.3 2018/11/19 09:23:05 maya Exp $ */
+/* $NetBSD: audio_dai.h,v 1.4 2018/11/19 10:14:40 maya Exp $ */
/*-
* Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -29,8 +29,7 @@
#ifndef _DEV_AUDIO_DAI_H
#define _DEV_AUDIO_DAI_H
-#include <sys/param.h>
-
+#include <sys/errno.h>
#include <dev/audio_if.h>
#define AUDIO_DAI_FORMAT_MASK __BITS(3,0)
Home |
Main Index |
Thread Index |
Old Index