mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
um: Add missing NR_CPUS include
We need linux/threads.h for that variable. Fixes: 8bba077066d6d0 ("um: Set number of CPUs") Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
5b4236e17c
commit
ce4586063f
@ -21,6 +21,7 @@
|
||||
#include <registers.h>
|
||||
#include <skas.h>
|
||||
#include <sysdep/stub.h>
|
||||
#include <linux/threads.h>
|
||||
|
||||
int is_skas_winch(int pid, int fd, void *data)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user