Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/include/linux Side load linux/types.h.



details:   https://anonhg.NetBSD.org/src/rev/474fc036c8ea
branches:  trunk
changeset: 1028358:474fc036c8ea
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 10:48:07 2021 +0000

description:
Side load linux/types.h.

diffstat:

 sys/external/bsd/drm2/include/linux/math64.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 69f5c652f98a -r 474fc036c8ea sys/external/bsd/drm2/include/linux/math64.h
--- a/sys/external/bsd/drm2/include/linux/math64.h      Sun Dec 19 10:48:00 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/math64.h      Sun Dec 19 10:48:07 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: math64.h,v 1.7 2021/12/19 01:14:50 riastradh Exp $     */
+/*     $NetBSD: math64.h,v 1.8 2021/12/19 10:48:07 riastradh Exp $     */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -36,6 +36,8 @@
 
 #include <asm/div64.h>
 
+#include <linux/types.h>
+
 static inline int64_t
 div64_u64(int64_t dividend, uint64_t divisor)
 {



Home | Main Index | Thread Index | Old Index