ANDROID: GKI: fix up crc issue with struct drm_atomic_state
In commit b27be76f ("drm/gem: Test for imported GEM buffers with helper"), a new .h file is included in the drm include files, which messes with the definition of struct drm_atomic_state by moving some fields from "unknown" to "known". Fix this up by not pulling in the new file for crc generation. Fixes: b27be76f ("drm/gem: Test for imported GEM buffers with helper") Change-Id: Ida372b7e8dd20b2212369cd12a6045abae7fcb94 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading
Please sign in to comment