aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-04-08 10:11:37 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-04-08 10:11:37 -0700
commit4f0a8fe3215c432234baed20eb8210efe1c32b10 (patch)
tree9e513635536597b2c6dc82deca43c246c9e39028 /include
parentfec50db7033ea478773b159e0e2efb135270e3b7 (diff)
parent592447f6cb3c20d606d6c5d8e6af68e99707b786 (diff)
downloadlinux-4f0a8fe3215c432234baed20eb8210efe1c32b10.tar.gz
Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Pull memblock fixes from Mike Rapoport: "Fix build errors in memblock tests: - add stubs to functions that calls to them were recently added to memblock but they were missing in tests - update gfp_types.h to include bits.h so that BIT() definitions won't depend on other includes" * tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock: memblock tests: fix undefined reference to `BIT' memblock tests: fix undefined reference to `panic' memblock tests: fix undefined reference to `early_pfn_to_nid'
Diffstat (limited to 'include')
-rw-r--r--include/linux/gfp_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/gfp_types.h b/include/linux/gfp_types.h
index 868c8fb1bbc1c..13becafe41df0 100644
--- a/include/linux/gfp_types.h
+++ b/include/linux/gfp_types.h
@@ -2,6 +2,8 @@
#ifndef __LINUX_GFP_TYPES_H
#define __LINUX_GFP_TYPES_H
+#include <linux/bits.h>
+
/* The typedef is in types.h but we want the documentation here */
#if 0
/**