ANDROID: GKI: fix up crc issue with struct drm_atomic_state

In commit b27be76f35 ("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: b27be76f35 ("drm/gem: Test for imported GEM buffers with helper")
Change-Id: Ida372b7e8dd20b2212369cd12a6045abae7fcb94
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2025-06-05 14:19:07 +00:00
parent c6d284ab16
commit fa2415a1dc

View File

@@ -35,7 +35,9 @@
*/
#include <linux/kref.h>
#ifndef __GENKSYMS__
#include <linux/dma-buf.h>
#endif
#include <linux/dma-resv.h>
#include <linux/list.h>
#include <linux/mutex.h>