
From: Adrian Bunk <bunk@stusta.de>

There's no need to define something if it doesn't has any effect.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/net/wireless/hostap/hostap.c |    4 ----
 1 files changed, 4 deletions(-)

diff -puN drivers/net/wireless/hostap/hostap.c~drivers-net-wireless-hostap-hostapc-export_symtab-does-nothing drivers/net/wireless/hostap/hostap.c
--- devel/drivers/net/wireless/hostap/hostap.c~drivers-net-wireless-hostap-hostapc-export_symtab-does-nothing	2005-07-28 16:36:23.000000000 -0700
+++ devel-akpm/drivers/net/wireless/hostap/hostap.c	2005-07-28 16:36:23.000000000 -0700
@@ -12,10 +12,6 @@
  * more details.
  */
 
-#ifndef EXPORT_SYMTAB
-#define EXPORT_SYMTAB
-#endif
-
 #include <linux/config.h>
 #include <linux/version.h>
 #include <linux/module.h>
_
