git: drm - Fix kernel compile
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Sun Oct 13 10:09:38 PDT 2013
    
    
  
commit e99535e23d47ea8d9eb9eb944b46e7c940ce618b
Author: Matthew Dillon <dillon at backplane.com>
Date:   Sun Oct 13 10:08:40 2013 -0700
    drm - Fix kernel compile
    
    * Linux's LIST_HEAD interferes with ours.  Rename as it was previously
      renamed from LIST_HEAD to DRM_LIST_HEAD.  Also, other source files
      already assumed DRM_LIST_HEAD.
    
    * Fixes kernel compile
Summary of changes:
 sys/dev/drm/include/linux/list.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e99535e23d47ea8d9eb9eb944b46e7c940ce618b
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list