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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user