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 Sort includes; whitespace.
details: https://anonhg.NetBSD.org/src/rev/bd1f5725f42f
branches: trunk
changeset: 1028630:bd1f5725f42f
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 11:32:25 2021 +0000
description:
Sort includes; whitespace.
diffstat:
sys/external/bsd/drm2/include/linux/mm_types.h | 3 ++-
sys/external/bsd/drm2/include/linux/poll.h | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r af52927dab6f -r bd1f5725f42f sys/external/bsd/drm2/include/linux/mm_types.h
--- a/sys/external/bsd/drm2/include/linux/mm_types.h Sun Dec 19 11:32:17 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/mm_types.h Sun Dec 19 11:32:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mm_types.h,v 1.7 2021/12/19 11:31:47 riastradh Exp $ */
+/* $NetBSD: mm_types.h,v 1.8 2021/12/19 11:32:25 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -33,6 +33,7 @@
#define _LINUX_MM_TYPES_H_
#include <sys/types.h> /* for uvm_page.h */
+
#include <uvm/uvm_page.h> /* XXX don't expose this */
#include <linux/completion.h>
diff -r af52927dab6f -r bd1f5725f42f sys/external/bsd/drm2/include/linux/poll.h
--- a/sys/external/bsd/drm2/include/linux/poll.h Sun Dec 19 11:32:17 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/poll.h Sun Dec 19 11:32:25 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: poll.h,v 1.4 2021/12/19 11:31:54 riastradh Exp $ */
+/* $NetBSD: poll.h,v 1.5 2021/12/19 11:32:25 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#ifndef _LINUX_POLL_H_
#define _LINUX_POLL_H_
+#include <linux/fs.h>
#include <linux/uaccess.h>
-#include <linux/fs.h>
#endif /* _LINUX_POLL_H_ */
Home |
Main Index |
Thread Index |
Old Index