summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/signal.c')
-rw-r--r--kernel/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index edf8915ddd54..35e97f4073c2 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -45,6 +45,7 @@
45#include <linux/posix-timers.h> 45#include <linux/posix-timers.h>
46#include <linux/livepatch.h> 46#include <linux/livepatch.h>
47#include <linux/cgroup.h> 47#include <linux/cgroup.h>
48#include <linux/audit.h>
48 49
49#define CREATE_TRACE_POINTS 50#define CREATE_TRACE_POINTS
50#include <trace/events/signal.h> 51#include <trace/events/signal.h>
@@ -54,7 +55,6 @@
54#include <asm/unistd.h> 55#include <asm/unistd.h>
55#include <asm/siginfo.h> 56#include <asm/siginfo.h>
56#include <asm/cacheflush.h> 57#include <asm/cacheflush.h>
57#include "audit.h" /* audit_signal_info() */
58 58
59/* 59/*
60 * SLAB caches for signal bits. 60 * SLAB caches for signal bits.