mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: fix kernelci build-break
Added missing #includes to fix 'allmodconfig' builds Bug: 120445624 Bug: 120445421 Change-Id: Ia8823adf2b33aa31c6d3f9d50ca7679ef4a64eaa Signed-off-by: Todd Kjos <tkjos@google.com>
This commit is contained in:
parent
9fa3dab793
commit
eab8942104
|
|
@ -1,5 +1,6 @@
|
|||
#ifndef _XT_QUOTA_H
|
||||
#define _XT_QUOTA_H
|
||||
#include <linux/types.h>
|
||||
|
||||
enum xt_quota_flags {
|
||||
XT_QUOTA_INVERT = 1 << 0,
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#if !defined(_TRACE_ANDROID_FS_H) || defined(TRACE_HEADER_MULTI_READ)
|
||||
#define _TRACE_ANDROID_FS_H
|
||||
|
||||
#include <linux/fs.h>
|
||||
#include <linux/tracepoint.h>
|
||||
#include <trace/events/android_fs_template.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user