Skip to content

Commit

Permalink
futex2: fix missing hugetlb headers
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Jul 25, 2021
1 parent fe11946 commit 135256c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/futex2.c
Expand Up @@ -14,7 +14,7 @@
*/

#include <linux/freezer.h>
#include <linux/pagemap.h>
#include <linux/hugetlb.h>
#include <linux/jhash.h>
#include <linux/memblock.h>
#include <linux/pagemap.h>
Expand Down

0 comments on commit 135256c

Please sign in to comment.