Module Name: src
Committed By: riastradh
Date: Sun Dec 19 11:31:54 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/include/linux: poll.h
Log Message:
Match linux side-loading, fixes i915_getparam.c put_user undefined
Author: Maya Rashish <[email protected]>
Committer: Taylor R Campbell <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/include/linux/poll.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/include/linux/poll.h
diff -u src/sys/external/bsd/drm2/include/linux/poll.h:1.3 src/sys/external/bsd/drm2/include/linux/poll.h:1.4
--- src/sys/external/bsd/drm2/include/linux/poll.h:1.3 Sun Dec 19 10:40:12 2021
+++ src/sys/external/bsd/drm2/include/linux/poll.h Sun Dec 19 11:31:54 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: poll.h,v 1.3 2021/12/19 10:40:12 riastradh Exp $ */
+/* $NetBSD: poll.h,v 1.4 2021/12/19 11:31:54 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -32,6 +32,7 @@
#ifndef _LINUX_POLL_H_
#define _LINUX_POLL_H_
+#include <linux/uaccess.h>
#include <linux/fs.h>
#endif /* _LINUX_POLL_H_ */