summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-08-21 13:58:09 +0100
committerMark Brown <broonie@kernel.org>2026-08-21 13:58:09 +0100
commitf31836d1266704b0601ad7daf2e54d3d74bc3b57 (patch)
tree182d022e1977ba4c0b89f7d9c29546e37ac1e600 /include/linux
parent50ae34f6e959fc20f354a4077dff61d35618fd8c (diff)
parent3dfaae04243cde460d82dfc2a7dd0bb6664d20ae (diff)
downloadlinux-next-f31836d1266704b0601ad7daf2e54d3d74bc3b57.tar.gz
linux-next-f31836d1266704b0601ad7daf2e54d3d74bc3b57.zip
Merge branch 'modules-next' of https://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/module.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index 7566815fabbe..96cc98568eea 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -477,10 +477,6 @@ struct module {
struct module_notes_attrs *notes_attrs;
#endif
- /* The command line arguments (may be mangled). People like
- keeping pointers to this stuff */
- char *args;
-
#ifdef CONFIG_SMP
/* Per-cpu data. */
void __percpu *percpu;