[-mm patch] drivers/net/wireless/hostap/hostap.c: EXPORT_SYMTAB does nothing

From: Adrian Bunk
Date: Thu Jul 28 2005 - 17:11:06 EST


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

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 10 Jul 2005

--- linux-2.6.13-rc2-mm1-full/drivers/net/wireless/hostap/hostap.c.old 2005-07-10 17:31:01.000000000 +0200
+++ linux-2.6.13-rc2-mm1-full/drivers/net/wireless/hostap/hostap.c 2005-07-10 17:33:01.000000000 +0200
@@ -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>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/