diff options
| author | Connor O'Brien <connoro@google.com> | 2018-03-07 12:48:41 -0800 |
|---|---|---|
| committer | Connor O'Brien <connoro@google.com> | 2018-03-07 12:54:45 -0800 |
| commit | 098ee1cfeaf3388aefaaec696cb419c7307a44ae (patch) | |
| tree | e1155ca900ea44b42235bb18b20f5e745e86c1e1 /fs/proc/uid.c | |
| parent | c4a320621a8513c73a8f30083e99bcf62d19bd21 (diff) | |
ANDROID: proc: fix config & includes for /proc/uid
Per-UID proc files require rtmutex, so add an include statement and
make CONFIG_PROC_UID depend on CONFIG_RT_MUTEXES
Bug: 74338318
Test: Previously broken bcm63xx and stm32 builds now succeed.
Change-Id: Id9d44775cf9ea04319d21d833a4666e3dfc16b40
Signed-off-by: Connor O'Brien <connoro@google.com>
Diffstat (limited to 'fs/proc/uid.c')
| -rw-r--r-- | fs/proc/uid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/uid.c b/fs/proc/uid.c index c0d439a00560..616d99b157c3 100644 --- a/fs/proc/uid.c +++ b/fs/proc/uid.c @@ -7,6 +7,7 @@ #include <linux/hashtable.h> #include <linux/init.h> #include <linux/proc_fs.h> +#include <linux/rtmutex.h> #include <linux/sched.h> #include <linux/seq_file.h> #include <linux/slab.h> |
