You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drm: include seq_file.h for debugfs builds.
Fixes a warning seen on powerpc. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user