summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-15 19:24:27 (GMT)
committerScott Wood <scottwood@freescale.com>2014-04-10 00:18:42 (GMT)
commitae82594ce0f27e8b20c74f79a140d4f9b2094cd1 (patch)
tree8de3ad8db9bd850f532a3a9f0968ca784926e332
parentd92740e1f41209a45bfa7fdaae1444f42b0f4091 (diff)
downloadlinux-fsl-qoriq-ae82594ce0f27e8b20c74f79a140d4f9b2094cd1.tar.xz
rwsem-inlcude-fix.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--include/linux/pid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pid.h b/include/linux/pid.h
index 23705a5..2cc64b7 100644
--- a/include/linux/pid.h
+++ b/include/linux/pid.h
@@ -2,6 +2,7 @@
#define _LINUX_PID_H
#include <linux/rcupdate.h>
+#include <linux/atomic.h>
enum pid_type
{