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/dist/drm/nouveau/include/nvkm/subdev R...



details:   https://anonhg.NetBSD.org/src/rev/360d2618e2a3
branches:  trunk
changeset: 835101:360d2618e2a3
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 07:35:31 2018 +0000

description:
Remove includes that got moved to nouveau os.h.

diffstat:

 sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/pmu.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 1f0bc00c3170 -r 360d2618e2a3 sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/pmu.h
--- a/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/pmu.h  Mon Aug 27 07:35:22 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/pmu.h  Mon Aug 27 07:35:31 2018 +0000
@@ -1,10 +1,8 @@
-/*     $NetBSD: pmu.h,v 1.2 2018/08/27 04:58:30 riastradh Exp $        */
+/*     $NetBSD: pmu.h,v 1.3 2018/08/27 07:35:31 riastradh Exp $        */
 
 #ifndef __NVKM_PMU_H__
 #define __NVKM_PMU_H__
 #include <core/subdev.h>
-#include <linux/workqueue.h>
-#include <drm/drmP.h>
 
 struct nvkm_pmu {
        const struct nvkm_pmu_func *func;



Home | Main Index | Thread Index | Old Index