rpms/kernel/devel drm-fix-drm-mode-h.patch, NONE, 1.1 kernel.spec, 1.1014, 1.1015

Dave Airlie airlied at fedoraproject.org
Mon Oct 6 02:18:03 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29024

Modified Files:
	kernel.spec 
Added Files:
	drm-fix-drm-mode-h.patch 
Log Message:
- drm-fix-drm-mode-h.patch - fix drm mode .h header


drm-fix-drm-mode-h.patch:

--- NEW FILE drm-fix-drm-mode-h.patch ---
>From 18c1f0f0716ac15b594d0d7e65105859048aef41 Mon Sep 17 00:00:00 2001
From: Dave Airlie <airlied at redhat.com>
Date: Mon, 6 Oct 2008 12:10:05 +1000
Subject: [PATCH] drm: fix kbuild export of drm_mode.h

---
 include/drm/Kbuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/drm/Kbuild b/include/drm/Kbuild
index 82b6983..b940fdf 100644
--- a/include/drm/Kbuild
+++ b/include/drm/Kbuild
@@ -1,4 +1,4 @@
-unifdef-y += drm.h drm_sarea.h
+unifdef-y += drm.h drm_sarea.h drm_mode.h
 unifdef-y += i810_drm.h
 unifdef-y += i830_drm.h
 unifdef-y += i915_drm.h
-- 
1.5.5.1



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1014
retrieving revision 1.1015
diff -u -r1.1014 -r1.1015
--- kernel.spec	4 Oct 2008 23:51:14 -0000	1.1014
+++ kernel.spec	6 Oct 2008 02:17:33 -0000	1.1015
@@ -630,6 +630,7 @@
 Patch1811: drm-modesetting-radeon.patch
 Patch1812: drm-modesetting-i915.patch
 Patch1813: drm-nouveau.patch
+Patch1814: drm-fix-drm-mode-h.patch
 
 # kludge to make ich9 e1000 work
 Patch2000: linux-2.6-e1000-ich9.patch
@@ -1179,6 +1180,7 @@
 ApplyPatch drm-modesetting-radeon.patch
 ApplyPatch drm-modesetting-i915.patch
 ApplyPatch drm-nouveau.patch
+ApplyPatch drm-fix-drm-mode-h.patch
 
 # linux1394 git patches
 ApplyPatch linux-2.6-firewire-git-update.patch
@@ -1777,6 +1779,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Sun Oct 05 2008 Dave Airlie <airlied at redhat.com>
+- drm-fix-drm-mode-h.patch - fix drm mode .h header
+
 * Sat Oct 04 2008 Chuck Ebbert <cebbert at redhat.com>
 - Update to the latest git (2 patches.)
 




More information about the scm-commits mailing list