aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/iwctl.h
diff options
context:
space:
mode:
authorJim Lieb <lieb@canonical.com>2009-08-12 17:54:08 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 15:02:07 -0400
commit9d26d60f99855056a20ac7c0b68eb5ed04619831 (patch)
tree78c5c3c05f639051eb0be9c38ed4fdf6a9f78fa4 /drivers/staging/vt6656/iwctl.h
parenta884847a1a30be9a55d975f1e3fe8cf5f922bb79 (diff)
Staging: vt665x: Clean up include files, Part 1
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/vt6656/iwctl.h')
-rw-r--r--drivers/staging/vt6656/iwctl.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/staging/vt6656/iwctl.h b/drivers/staging/vt6656/iwctl.h
index 962235f2f39..3096de0ba1b 100644
--- a/drivers/staging/vt6656/iwctl.h
+++ b/drivers/staging/vt6656/iwctl.h
@@ -26,14 +26,10 @@
26 * 26 *
27 */ 27 */
28 28
29
30#ifndef __IWCTL_H__ 29#ifndef __IWCTL_H__
31#define __IWCTL_H__ 30#define __IWCTL_H__
32 31
33#if !defined(__DEVICE_H__)
34#include "device.h" 32#include "device.h"
35#endif
36
37 33
38/*--------------------- Export Definitions -------------------------*/ 34/*--------------------- Export Definitions -------------------------*/
39 35
@@ -44,12 +40,6 @@
44 40
45/*--------------------- Export Functions --------------------------*/ 41/*--------------------- Export Functions --------------------------*/
46 42
47
48#ifdef __cplusplus
49extern "C" { /* Assume C declarations for C++ */
50#endif /* __cplusplus */
51
52
53struct iw_statistics *iwctl_get_wireless_stats (struct net_device *dev); 43struct iw_statistics *iwctl_get_wireless_stats (struct net_device *dev);
54 44
55 45
@@ -233,13 +223,6 @@ int iwctl_siwmlme(struct net_device *dev,
233extern const struct iw_handler_def iwctl_handler_def; 223extern const struct iw_handler_def iwctl_handler_def;
234extern const struct iw_priv_args iwctl_private_args; 224extern const struct iw_priv_args iwctl_private_args;
235 225
236#ifdef __cplusplus
237} /* End of extern "C" { */
238#endif /* __cplusplus */
239
240
241
242
243#endif // __IWCTL_H__ 226#endif // __IWCTL_H__
244 227
245 228