ANDROID: GKI: fix up crc issue with struct drm_atomic_state
In commitb27be76f35
("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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user