diff options
Diffstat (limited to 'include/linux/module.h')
-rw-r--r-- | include/linux/module.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index b1a67352d2dc..6d20895e7739 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -26,9 +26,6 @@ | |||
26 | #include <linux/percpu.h> | 26 | #include <linux/percpu.h> |
27 | #include <asm/module.h> | 27 | #include <asm/module.h> |
28 | 28 | ||
29 | /* In stripped ARM and x86-64 modules, ~ is surprisingly rare. */ | ||
30 | #define MODULE_SIG_STRING "~Module signature appended~\n" | ||
31 | |||
32 | /* Not Yet Implemented */ | 29 | /* Not Yet Implemented */ |
33 | #define MODULE_SUPPORTED_DEVICE(name) | 30 | #define MODULE_SUPPORTED_DEVICE(name) |
34 | 31 | ||