aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/cxt1e1/libsbew.h
diff options
context:
space:
mode:
authorAlexander Beregalov <a.beregalov@gmail.com>2011-11-20 22:05:17 +0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-26 18:11:35 -0800
commit48d7c08f0f3ad902d7284b86ea7adade97d48836 (patch)
tree917a85d547d05f2c3550c52d28c1d03d71ef59dc /drivers/staging/cxt1e1/libsbew.h
parent05c0cb4e4070385d9ab79d8d4b844904eee5f3a1 (diff)
Staging: cxt1e1: remove ifdef __cplusplus
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/cxt1e1/libsbew.h')
-rw-r--r--drivers/staging/cxt1e1/libsbew.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/cxt1e1/libsbew.h b/drivers/staging/cxt1e1/libsbew.h
index c5a1be989a6..dfc0fd3db00 100644
--- a/drivers/staging/cxt1e1/libsbew.h
+++ b/drivers/staging/cxt1e1/libsbew.h
@@ -42,11 +42,6 @@
*-----------------------------------------------------------------------------
*/
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
/********************************/
/** set driver logging level **/
/********************************/
@@ -570,8 +565,4 @@ struct sbecom_port_param
extern int wancfg_set_tsioc (wcfg_t *, struct wanc1t3_ts_param *);
#endif
-#ifdef __cplusplus
-}
-#endif
-
#endif /*** _INC_LIBSBEW_H_ ***/