ANDROID: GKI: fix up crc issue caused by new .h inclusion

The drm symbols get a crc mismatch due to a new .h inclusion, so fix
that up as no real code got changed.

Fixes: 1e9a17bce9 ("XArray: Add calls to might_alloc()")
Change-Id: I1390983350190256d4402b8fd71dfc98713f56ca
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2025-09-05 06:41:06 +00:00
parent 4eaaec29c3
commit 6aad20bc24

View File

@@ -15,7 +15,9 @@
#include <linux/kconfig.h>
#include <linux/kernel.h>
#include <linux/rcupdate.h>
#ifndef __GENKSYMS__
#include <linux/sched/mm.h>
#endif
#include <linux/spinlock.h>
#include <linux/types.h>