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/radeon shuffle includes (after changes...



details:   https://anonhg.NetBSD.org/src/rev/4f1cb9affa12
branches:  trunk
changeset: 1028250:4f1cb9affa12
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:56:17 2021 +0000

description:
shuffle includes (after changes to drmP.h)


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

 sys/external/bsd/drm2/radeon/radeon_module.c |  5 +++--
 sys/external/bsd/drm2/radeon/radeon_pci.c    |  6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r fa5a238ebf71 -r 4f1cb9affa12 sys/external/bsd/drm2/radeon/radeon_module.c
--- a/sys/external/bsd/drm2/radeon/radeon_module.c      Sun Dec 19 09:56:10 2021 +0000
+++ b/sys/external/bsd/drm2/radeon/radeon_module.c      Sun Dec 19 09:56:17 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: radeon_module.c,v 1.5 2018/08/28 03:35:08 riastradh Exp $      */
+/*     $NetBSD: radeon_module.c,v 1.6 2021/12/19 09:56:17 riastradh Exp $      */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: radeon_module.c,v 1.5 2018/08/28 03:35:08 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: radeon_module.c,v 1.6 2021/12/19 09:56:17 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/module.h>
@@ -40,6 +40,7 @@
 #include <sys/systm.h>
 
 #include <drm/drmP.h>
+#include <drm/drm_drv.h>
 #include <drm/drm_sysctl.h>
 
 #include "radeon_drv.h"
diff -r fa5a238ebf71 -r 4f1cb9affa12 sys/external/bsd/drm2/radeon/radeon_pci.c
--- a/sys/external/bsd/drm2/radeon/radeon_pci.c Sun Dec 19 09:56:10 2021 +0000
+++ b/sys/external/bsd/drm2/radeon/radeon_pci.c Sun Dec 19 09:56:17 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: radeon_pci.c,v 1.15 2021/12/19 01:47:49 riastradh Exp $        */
+/*     $NetBSD: radeon_pci.c,v 1.16 2021/12/19 09:56:17 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: radeon_pci.c,v 1.15 2021/12/19 01:47:49 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: radeon_pci.c,v 1.16 2021/12/19 09:56:17 riastradh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "vga.h"
@@ -67,7 +67,7 @@
 #include <dev/fdt/fdtvar.h>
 #endif
 
-#include <drm/drmP.h>
+#include <drm/drm_pci.h>
 #include <drm/drm_fb_helper.h>
 
 #include <radeon.h>



Home | Main Index | Thread Index | Old Index