From bbb0dbfc0300e2573b216753466293eaa3496489 Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Thu, 18 Nov 2004 23:02:01 -0800 Subject: [PATCH] linux/mount.h: add atomic.h and spinlock.h #includes uses atomic_t and spinlock_t, but doesn't include either or , which means that any users of have to include them. This patch adds the necessary #includes to avoid this. Signed-off-by: Roland Dreier Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/mount.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux') diff --git a/include/linux/mount.h b/include/linux/mount.h index 42e2c9460088..8b8d3b9beefd 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h @@ -13,6 +13,8 @@ #ifdef __KERNEL__ #include +#include +#include #define MNT_NOSUID 1 #define MNT_NODEV 2 -- cgit v1.2.3