Module Name: src Committed By: riastradh Date: Sun Dec 19 09:50:28 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/drm: drm_property.c Log Message: linux/mm.h for kvfree, kvzalloc Author: Maya Rashish <m...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/dist/drm/drm_property.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_property.c diff -u src/sys/external/bsd/drm2/dist/drm/drm_property.c:1.3 src/sys/external/bsd/drm2/dist/drm/drm_property.c:1.4 --- src/sys/external/bsd/drm2/dist/drm/drm_property.c:1.3 Sun Dec 19 01:14:22 2021 +++ src/sys/external/bsd/drm2/dist/drm/drm_property.c Sun Dec 19 09:50:27 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: drm_property.c,v 1.3 2021/12/19 01:14:22 riastradh Exp $ */ +/* $NetBSD: drm_property.c,v 1.4 2021/12/19 09:50:27 riastradh Exp $ */ /* * Copyright (c) 2016 Intel Corporation @@ -23,8 +23,9 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: drm_property.c,v 1.3 2021/12/19 01:14:22 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: drm_property.c,v 1.4 2021/12/19 09:50:27 riastradh Exp $"); +#include <linux/mm.h> #include <linux/export.h> #include <linux/uaccess.h>