summaryrefslogtreecommitdiff
path: root/include/linux/module.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-30 07:50:04 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-30 07:50:04 +0200
commit815ac67919148f9d65537af550fd26e2cbbd47bb (patch)
treed52e131ad5f44e95722d9277bae74fc22d9a9a60 /include/linux/module.h
parentacc902de05b2b8229dc27820925b7573b6d2d34e (diff)
parentd0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af (diff)
Merge 6.16-rc4 into tty-next
We need the tty/serial fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/module.h')
-rw-r--r--include/linux/module.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index 92e1420fccdf..5faa1fb1f4b4 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -586,11 +586,6 @@ struct module {
atomic_t refcnt;
#endif
-#ifdef CONFIG_MITIGATION_ITS
- int its_num_pages;
- void **its_page_array;
-#endif
-
#ifdef CONFIG_CONSTRUCTORS
/* Constructor functions. */
ctor_fn_t *ctors;