diff options
| author | riastradh <riastradh@NetBSD.org> | 2021-12-19 00:47:47 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2021-12-19 00:47:47 +0000 |
| commit | 5bdbdb0bbf5db8f095564a913c0fe1e92c663eea (patch) | |
| tree | 9f4beded3a97a7a658af2c7c51af33697027ced6 /sys/external/bsd/common/include/linux | |
| parent | 0bbb5a6324f8bef31e063b2a1f29963a8ff12354 (diff) | |
Add some side loads to <linux/kernel.h> to help reduce diffs.
Diffstat (limited to 'sys/external/bsd/common/include/linux')
| -rw-r--r-- | sys/external/bsd/common/include/linux/kernel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/external/bsd/common/include/linux/kernel.h b/sys/external/bsd/common/include/linux/kernel.h index da566294b1f..e0b6ff745d6 100644 --- a/sys/external/bsd/common/include/linux/kernel.h +++ b/sys/external/bsd/common/include/linux/kernel.h @@ -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> |
