summaryrefslogtreecommitdiff
path: root/kernel/module.c
diff options
context:
space:
mode:
authorVojtech Pavlik <vojtech@suse.cz>2004-08-03 20:33:42 +0200
committerVojtech Pavlik <vojtech@suse.cz>2004-08-03 20:33:42 +0200
commit85103e8d3755fe9ccde2c12ff39fe7208b93b763 (patch)
tree310d544c76918e03a2ae6731463d250bf7a21aef /kernel/module.c
parenta25defbba3140a442764bde87eff05817d36741c (diff)
parent7588ab9742b3ae0ecebcb32fca1374deda97e73f (diff)
Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/input
Diffstat (limited to 'kernel/module.c')
-rw-r--r--kernel/module.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/module.c b/kernel/module.c
index 858b34f4c33b..dfe295ecf2f1 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -51,9 +51,6 @@
/* If this is set, the section belongs in the init part of the module */
#define INIT_OFFSET_MASK (1UL << (BITS_PER_LONG-1))
-#define symbol_is(literal, string) \
- (strcmp(MODULE_SYMBOL_PREFIX literal, (string)) == 0)
-
/* Protects module list */
static spinlock_t modlist_lock = SPIN_LOCK_UNLOCKED;