Module Name: src
Committed By: riastradh
Date: Sun Dec 19 09:47:35 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_framebuffer.c
Log Message:
linux/capability.h for capable()
Author: Maya Rashish <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c
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/dist/drm/drm_framebuffer.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c:1.4 src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c:1.5
--- src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c:1.4 Sun Dec 19 01:00:09 2021
+++ src/sys/external/bsd/drm2/dist/drm/drm_framebuffer.c Sun Dec 19 09:47:35 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_framebuffer.c,v 1.4 2021/12/19 01:00:09 riastradh Exp $ */
+/* $NetBSD: drm_framebuffer.c,v 1.5 2021/12/19 09:47:35 riastradh Exp $ */
/*
* Copyright (c) 2016 Intel Corporation
@@ -23,9 +23,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_framebuffer.c,v 1.4 2021/12/19 01:00:09 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_framebuffer.c,v 1.5 2021/12/19 09:47:35 riastradh Exp $");
#include <linux/export.h>
+#include <linux/capability.h>
#include <linux/uaccess.h>
#include <drm/drm_atomic.h>