commit 09f141c4e3d9ab5faed145d2282db8eb86c90f5e Author: François Tigeot <ftig...@wolfpond.org> Date: Sun Nov 3 10:35:50 2019 +0100
drm: Remove most system headers from linux/list.h They do not serve any useful purpose there. Suggested-by: zrj Summary of changes: sys/dev/drm/drm_bufs.c | 1 + sys/dev/drm/include/asm/page.h | 2 ++ sys/dev/drm/include/drm/drmP.h | 2 ++ sys/dev/drm/include/linux/completion.h | 2 ++ sys/dev/drm/include/linux/list.h | 40 ---------------------------------- sys/dev/drm/linux_async.c | 4 +++- sys/dev/video/vga/vga_switcheroo.c | 2 ++ 7 files changed, 12 insertions(+), 41 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/09f141c4e3d9ab5faed145d2282db8eb86c90f5e -- DragonFly BSD source repository