aboutsummaryrefslogtreecommitdiff
path: root/include/drm/sis_drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/sis_drm.h')
-rw-r--r--include/drm/sis_drm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/sis_drm.h b/include/drm/sis_drm.h
index 30f7b382746..035b804dda6 100644
--- a/include/drm/sis_drm.h
+++ b/include/drm/sis_drm.h
@@ -64,4 +64,8 @@ typedef struct {
unsigned int offset, size;
} drm_sis_fb_t;
+struct sis_file_private {
+ struct list_head obj_list;
+};
+
#endif /* __SIS_DRM_H__ */