21 lines
570 B
Diff
21 lines
570 B
Diff
|
Revert change to include/drm/drm_fb_helper.h made in commit 4f988d132d2668b4f3b42bfc70daa531115ccca1
|
||
|
|
||
|
include/drm/drm_fb_helper.h | 1 +
|
||
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
||
|
|
||
|
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h
|
||
|
index 55e10d6..5120b01 100644
|
||
|
--- a/include/drm/drm_fb_helper.h
|
||
|
+++ b/include/drm/drm_fb_helper.h
|
||
|
@@ -35,6 +35,7 @@ struct drm_fb_helper;
|
||
|
#include <linux/kgdb.h>
|
||
|
|
||
|
struct drm_fb_helper_crtc {
|
||
|
+ uint32_t crtc_id;
|
||
|
struct drm_mode_set mode_set;
|
||
|
struct drm_display_mode *desired_mode;
|
||
|
};
|
||
|
--
|
||
|
1.7.6.5
|
||
|
|