summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-05-03 19:19:34 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-05-03 19:19:34 -0700
commitb4082428727b58f223661278974527ef9a9661e0 (patch)
tree43f35eadf940098a3f1c48a77c149de299838054 /kernel
parent049a18f232887834fc77e7cee46f06b5043aea22 (diff)
parent0b891c83d8c54cb70e186456c2191adb5fd98c56 (diff)
Merge tag 'modules-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Pull modules fix from Luis Chamberlain: "One fix by Arnd far for modules which came in after the first pull request. The issue was found as part of some late compile tests with 0-day. I take it 0-day does some secondary late builds with after some initial ones" * tag 'modules-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux: module: include internal.h in module/dups.c
Diffstat (limited to 'kernel')
-rw-r--r--kernel/module/dups.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/module/dups.c b/kernel/module/dups.c
index aa8e1361fdb5..f3d7ea1e96d8 100644
--- a/kernel/module/dups.c
+++ b/kernel/module/dups.c
@@ -32,6 +32,8 @@
#include <linux/async.h>
#include <linux/uaccess.h>
+#include "internal.h"
+
#undef MODULE_PARAM_PREFIX
#define MODULE_PARAM_PREFIX "module."
static bool enable_dups_trace = IS_ENABLED(CONFIG_MODULE_DEBUG_AUTOLOAD_DUPS_TRACE);