diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-07-30 15:49:56 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:17:22 -0400 |
commit | 1fad810473423bbf0626fab2fbeb27a4663fa2d5 (patch) | |
tree | 38caa068662b2a661939a7e34e66eed83ccbbf3b /drivers/net/wireless/hostap | |
parent | 47e362cf6942de8b3a227929bf8bab578d92ad49 (diff) |
[PATCH] hostap update
EXPORT_SYMTAB does nothing. There's no need to define something if it
doesn't have any effect.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/wireless/hostap')
-rw-r--r-- | drivers/net/wireless/hostap/hostap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/hostap/hostap.c b/drivers/net/wireless/hostap/hostap.c index 4fe8017b877c..366cefbaca59 100644 --- a/drivers/net/wireless/hostap/hostap.c +++ b/drivers/net/wireless/hostap/hostap.c | |||
@@ -12,10 +12,6 @@ | |||
12 | * more details. | 12 | * more details. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #ifndef EXPORT_SYMTAB | ||
16 | #define EXPORT_SYMTAB | ||
17 | #endif | ||
18 | |||
19 | #include <linux/config.h> | 15 | #include <linux/config.h> |
20 | #include <linux/version.h> | 16 | #include <linux/version.h> |
21 | #include <linux/module.h> | 17 | #include <linux/module.h> |