Module Name: src
Committed By: riastradh
Date: Sun Dec 19 11:25:32 UTC 2021
Modified Files:
src/sys/arch/arm/nxp: imx6_dwhdmi.c
Log Message:
drmP.h is no more
Author: Maya Rashish <[email protected]>
Committer: Taylor R Campbell <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nxp/imx6_dwhdmi.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/arch/arm/nxp/imx6_dwhdmi.c
diff -u src/sys/arch/arm/nxp/imx6_dwhdmi.c:1.2 src/sys/arch/arm/nxp/imx6_dwhdmi.c:1.3
--- src/sys/arch/arm/nxp/imx6_dwhdmi.c:1.2 Wed Jan 27 03:10:20 2021
+++ src/sys/arch/arm/nxp/imx6_dwhdmi.c Sun Dec 19 11:25:32 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: imx6_dwhdmi.c,v 1.2 2021/01/27 03:10:20 thorpej Exp $ */
+/* $NetBSD: imx6_dwhdmi.c,v 1.3 2021/12/19 11:25:32 riastradh Exp $ */
/*-
* Copyright (c) 2020 Genetec Corporation. All rights reserved.
* Written by Hashimoto Kenichi for Genetec Corporation.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_dwhdmi.c,v 1.2 2021/01/27 03:10:20 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_dwhdmi.c,v 1.3 2021/12/19 11:25:32 riastradh Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -36,7 +36,6 @@ __KERNEL_RCSID(0, "$NetBSD: imx6_dwhdmi.
#include <sys/kernel.h>
#include <sys/conf.h>
-#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include <dev/fdt/fdtvar.h>