Skip to content

Commit b408242

Browse files
committed
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
2 parents 049a18f + 0b891c8 commit b408242

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

kernel/module/dups.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#include <linux/async.h>
3333
#include <linux/uaccess.h>
3434

35+
#include "internal.h"
36+
3537
#undef MODULE_PARAM_PREFIX
3638
#define MODULE_PARAM_PREFIX "module."
3739
static bool enable_dups_trace = IS_ENABLED(CONFIG_MODULE_DEBUG_AUTOLOAD_DUPS_TRACE);

0 commit comments

Comments
 (0)