Loading include/drm/drm_mm.h +3 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,9 @@ * Generic range manager structs */ #include <linux/list.h> #ifdef CONFIG_DEBUG_FS #include <linux/seq_file.h> #endif struct drm_mm_node { struct list_head fl_entry; Loading Loading
include/drm/drm_mm.h +3 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,9 @@ * Generic range manager structs */ #include <linux/list.h> #ifdef CONFIG_DEBUG_FS #include <linux/seq_file.h> #endif struct drm_mm_node { struct list_head fl_entry; Loading