We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9c2c6 commit 19c91bdCopy full SHA for 19c91bd
tools/testing/memblock/linux/init.h
@@ -4,7 +4,6 @@
4
5
#include <linux/compiler.h>
6
#include <asm/export.h>
7
-#include <linux/memory_hotplug.h>
8
9
#define __section(section) __attribute__((__section__(section)))
10
tools/testing/memblock/linux/mmzone.h
@@ -3,6 +3,7 @@
3
#define _TOOLS_MMZONE_H
#include <linux/atomic.h>
+#include <linux/memory_hotplug.h>
struct pglist_data *first_online_pgdat(void);
struct pglist_data *next_online_pgdat(struct pglist_data *pgdat);
0 commit comments