Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sdmmc Need <sys/kmem.h> for kmem_*.



details:   https://anonhg.NetBSD.org/src/rev/54d0c599e433
branches:  trunk
changeset: 936242:54d0c599e433
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 22 17:22:43 2020 +0000

description:
Need <sys/kmem.h> for kmem_*.

Currently accidentally side-loaded by <sys/pcq.h>.

diffstat:

 sys/dev/sdmmc/if_bwfm_sdio.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c8f9ae3f369c -r 54d0c599e433 sys/dev/sdmmc/if_bwfm_sdio.c
--- a/sys/dev/sdmmc/if_bwfm_sdio.c      Wed Jul 22 17:21:25 2020 +0000
+++ b/sys/dev/sdmmc/if_bwfm_sdio.c      Wed Jul 22 17:22:43 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bwfm_sdio.c,v 1.21 2020/07/20 06:47:02 mrg Exp $ */
+/* $NetBSD: if_bwfm_sdio.c,v 1.22 2020/07/22 17:22:43 riastradh Exp $ */
 /* $OpenBSD: if_bwfm_sdio.c,v 1.1 2017/10/11 17:19:50 patrick Exp $ */
 /*
  * Copyright (c) 2010-2016 Broadcom Corporation
@@ -27,6 +27,7 @@
 #include <sys/queue.h>
 #include <sys/socket.h>
 #include <sys/mutex.h>
+#include <sys/kmem.h>
 
 #include <net/bpf.h>
 #include <net/if.h>



Home | Main Index | Thread Index | Old Index