Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/common/include/linux Add some side loads to...



details:   https://anonhg.NetBSD.org/src/rev/f2f2cfae0d19
branches:  trunk
changeset: 1027807:f2f2cfae0d19
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 00:47:47 2021 +0000

description:
Add some side loads to <linux/kernel.h> to help reduce diffs.

diffstat:

 sys/external/bsd/common/include/linux/kernel.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0b6a4e4398c2 -r f2f2cfae0d19 sys/external/bsd/common/include/linux/kernel.h
--- a/sys/external/bsd/common/include/linux/kernel.h    Sun Dec 19 00:47:40 2021 +0000
+++ b/sys/external/bsd/common/include/linux/kernel.h    Sun Dec 19 00:47:47 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kernel.h,v 1.27 2021/12/19 00:31:35 riastradh Exp $    */
+/*     $NetBSD: kernel.h,v 1.28 2021/12/19 00:47:47 riastradh Exp $    */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -44,6 +44,7 @@
 #include <asm/div64.h>
 
 #include <linux/bitops.h>
+#include <linux/compiler.h>
 #include <linux/log2.h>
 #include <linux/printk.h>
 #include <linux/slab.h>



Home | Main Index | Thread Index | Old Index