aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/wmgr.h
diff options
context:
space:
mode:
authorJim Lieb <lieb@canonical.com>2009-08-12 14:54:09 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:08 -0700
commita7ad322a46663755718a214a9a34e5cfe64d07f7 (patch)
tree619bceb63a7cd8b95c504d1292bcc48d8ca3de4b /drivers/staging/vt6655/wmgr.h
parentStaging: vt665x: Clean up include files, Part 1 (diff)
downloadlinux-dev-a7ad322a46663755718a214a9a34e5cfe64d07f7.tar.xz
linux-dev-a7ad322a46663755718a214a9a34e5cfe64d07f7.zip
Staging: vt665x: Clean up include files, Part 2
Remove cplusplus lines from include files Remove needless ifdefs on includes to conform with C conventions. Remove misc commented code/includes Update TODO Signed-off-by: Jim Lieb <lieb@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/wmgr.h')
-rw-r--r--drivers/staging/vt6655/wmgr.h21
1 files changed, 1 insertions, 20 deletions
diff --git a/drivers/staging/vt6655/wmgr.h b/drivers/staging/vt6655/wmgr.h
index 38c6ef2a8f6f..1c1f2ea5782c 100644
--- a/drivers/staging/vt6655/wmgr.h
+++ b/drivers/staging/vt6655/wmgr.h
@@ -31,36 +31,17 @@
*
*/
-
#ifndef __WMGR_H__
#define __WMGR_H__
-#if !defined(__TTYPE_H__)
#include "ttype.h"
-#endif
-#if !defined(__80211MGR_H__)
#include "80211mgr.h"
-#endif
-#if !defined(__80211HDR_H__)
#include "80211hdr.h"
-#endif
-#if !defined(__WCMD_H__)
#include "wcmd.h"
-#endif
-#if !defined(__BSSDB_H__)
#include "bssdb.h"
-#endif
-#if !defined(__CARD_H__)
-#include "card.h"
-#endif
-#if !defined(__WPA2_H__)
#include "wpa2.h"
-#endif
-#if !defined(__VNTWIFI_H__)
#include "vntwifi.h"
-#endif
-
-
+#include "card.h"
/*--------------------- Export Definitions -------------------------*/