Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sdmmc Add missing includes



details:   https://anonhg.NetBSD.org/src/rev/bd61aa944032
branches:  trunk
changeset: 820339:bd61aa944032
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jan 07 16:24:40 2017 +0000

description:
Add missing includes

diffstat:

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

diffs (28 lines):

diff -r c17e53115011 -r bd61aa944032 sys/dev/sdmmc/ld_sdmmc.c
--- a/sys/dev/sdmmc/ld_sdmmc.c  Sat Jan 07 16:24:07 2017 +0000
+++ b/sys/dev/sdmmc/ld_sdmmc.c  Sat Jan 07 16:24:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ld_sdmmc.c,v 1.24 2017/01/07 14:49:53 kiyohara Exp $   */
+/*     $NetBSD: ld_sdmmc.c,v 1.25 2017/01/07 16:24:40 martin Exp $     */
 
 /*
  * Copyright (c) 2008 KIYOHARA Takashi
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ld_sdmmc.c,v 1.24 2017/01/07 14:49:53 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ld_sdmmc.c,v 1.25 2017/01/07 16:24:40 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_sdmmc.h"
@@ -44,7 +44,9 @@
 #include <sys/endian.h>
 #include <sys/dkio.h>
 #include <sys/disk.h>
+#include <sys/disklabel.h>
 #include <sys/kthread.h>
+#include <sys/syslog.h>
 #include <sys/module.h>
 
 #include <dev/ldvar.h>



Home | Main Index | Thread Index | Old Index