Commit 0409d3a332fc4347efba535a5003943f2a4aa1ca
1 parent
997b7af2fe
Exists in
master
and in
7 other branches
Don't include private headers from user-visible parts of linux/quota.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
include/linux/quota.h
... | ... | @@ -37,8 +37,6 @@ |
37 | 37 | |
38 | 38 | #include <linux/errno.h> |
39 | 39 | #include <linux/types.h> |
40 | -#include <linux/spinlock.h> | |
41 | -#include <linux/mutex.h> | |
42 | 40 | |
43 | 41 | #define __DQUOT_VERSION__ "dquot_6.5.1" |
44 | 42 | #define __DQUOT_NUM_VERSION__ 6*10000+5*100+1 |
... | ... | @@ -133,6 +131,8 @@ |
133 | 131 | }; |
134 | 132 | |
135 | 133 | #ifdef __KERNEL__ |
134 | +#include <linux/spinlock.h> | |
135 | +#include <linux/mutex.h> | |
136 | 136 | |
137 | 137 | #include <linux/dqblk_xfs.h> |
138 | 138 | #include <linux/dqblk_v1.h> |