commit e99535e23d47ea8d9eb9eb944b46e7c940ce618b
Author: Matthew Dillon <[email protected]>
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