rpms/kernel/F-8 nouveau-drm.patch,1.9,1.10

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Thu May 22 02:26:31 UTC 2008


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3221

Modified Files:
	nouveau-drm.patch 
Log Message:
fix drm symbol export


nouveau-drm.patch:

Index: nouveau-drm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/nouveau-drm.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nouveau-drm.patch	22 May 2008 01:58:10 -0000	1.9
+++ nouveau-drm.patch	22 May 2008 02:25:41 -0000	1.10
@@ -179,7 +179,7 @@
  
  	return 0;
  }
-+EXPORT_SYMBOL(drm_rmmap);
++EXPORT_SYMBOL(drm_rmmap_locked);
  
  int drm_rmmap(struct drm_device *dev, drm_local_map_t *map)
  {




More information about the fedora-extras-commits mailing list