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/pci properly include files so that mod...
details: https://anonhg.NetBSD.org/src/rev/4d3c064de5ca
branches: trunk
changeset: 806694:4d3c064de5ca
user: christos <christos%NetBSD.org@localhost>
date: Thu Mar 05 20:19:30 2015 +0000
description:
properly include files so that modules work.
diffstat:
sys/external/bsd/drm2/pci/drmfb_pci.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 18cf5f088e76 -r 4d3c064de5ca sys/external/bsd/drm2/pci/drmfb_pci.c
--- a/sys/external/bsd/drm2/pci/drmfb_pci.c Thu Mar 05 17:56:39 2015 +0000
+++ b/sys/external/bsd/drm2/pci/drmfb_pci.c Thu Mar 05 20:19:30 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drmfb_pci.c,v 1.2 2015/03/05 17:56:39 riastradh Exp $ */
+/* $NetBSD: drmfb_pci.c,v 1.3 2015/03/05 20:19:30 christos Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drmfb_pci.c,v 1.2 2015/03/05 17:56:39 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drmfb_pci.c,v 1.3 2015/03/05 20:19:30 christos Exp $");
#ifdef _KERNEL_OPT
#include "vga.h"
@@ -65,8 +65,8 @@
#include <drm/drmP.h>
#include <drm/drm_fb_helper.h>
-#include "drmfb.h"
-#include "drmfb_pci.h"
+#include <drm/drmfb.h>
+#include <drm/drmfb_pci.h>
/*
* drmfb_pci_mmap: Implementation of drmfb_params::dp_mmap. Don't use
Home |
Main Index |
Thread Index |
Old Index