Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/drm/i915 i915 intel_disp...
details: https://anonhg.NetBSD.org/src/rev/1c6edc564eb2
branches: riastradh-drm2
changeset: 788400:1c6edc564eb2
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 03:37:47 2013 +0000
description:
i915 intel_display.c needs <linux/err.h> and Linux <asm/bug.h>.
diffstat:
sys/external/bsd/drm2/dist/drm/i915/intel_display.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 983266906832 -r 1c6edc564eb2 sys/external/bsd/drm2/dist/drm/i915/intel_display.c
--- a/sys/external/bsd/drm2/dist/drm/i915/intel_display.c Wed Jul 24 03:37:24 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/intel_display.c Wed Jul 24 03:37:47 2013 +0000
@@ -40,6 +40,8 @@
#include <drm/drm_dp_helper.h>
#include <drm/drm_crtc_helper.h>
#include <linux/dma_remapping.h>
+#include <linux/err.h>
+#include <asm/bug.h>
bool intel_pipe_has_type(struct drm_crtc *crtc, int type);
static void intel_increase_pllclock(struct drm_crtc *crtc);
Home |
Main Index |
Thread Index |
Old Index