Message ID | 20191216221158.29572-14-richard.henderson@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | cputlb: Remove support for MMU_MODE*_SUFFIX | expand |
Richard Henderson <richard.henderson@linaro.org> writes: > Code movement in an upcoming patch will show that this file > was implicitly depending on trace-root.h being included beforehand. > > Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> > --- > include/user/syscall-trace.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/user/syscall-trace.h b/include/user/syscall-trace.h > index 9e60473643..79fd3e5aa9 100644 > --- a/include/user/syscall-trace.h > +++ b/include/user/syscall-trace.h > @@ -10,6 +10,8 @@ > #ifndef _SYSCALL_TRACE_H_ > #define _SYSCALL_TRACE_H_ > > +#include "trace-root.h" > + > /* > * These helpers just provide a common place for the various > * subsystems that want to track syscalls to put their hooks in. We -- Alex Bennée
diff --git a/include/user/syscall-trace.h b/include/user/syscall-trace.h index 9e60473643..79fd3e5aa9 100644 --- a/include/user/syscall-trace.h +++ b/include/user/syscall-trace.h @@ -10,6 +10,8 @@ #ifndef _SYSCALL_TRACE_H_ #define _SYSCALL_TRACE_H_ +#include "trace-root.h" + /* * These helpers just provide a common place for the various * subsystems that want to track syscalls to put their hooks in. We
Code movement in an upcoming patch will show that this file was implicitly depending on trace-root.h being included beforehand. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- include/user/syscall-trace.h | 2 ++ 1 file changed, 2 insertions(+) -- 2.20.1