aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/iocmd.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2013-03-18 20:33:51 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-25 11:06:09 -0700
commit00d0603cbd9aa1c9a28c9fe973d14f74e83ba646 (patch)
tree76dee657c37731a61ff9b179a3a926fdb28dca3a /drivers/staging/vt6656/iocmd.h
parentstaging: vt6656: removed custom 802.11 header usage (diff)
downloadlinux-dev-00d0603cbd9aa1c9a28c9fe973d14f74e83ba646.tar.xz
linux-dev-00d0603cbd9aa1c9a28c9fe973d14f74e83ba646.zip
staging: vt6656: remove code placeholders
Removed comments from coding template. sed -i '/^\/\*---/d' drivers/staging/vt6656/*.[ch] Signed-off-by: Andres More <more.andres@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/iocmd.h')
-rw-r--r--drivers/staging/vt6656/iocmd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/vt6656/iocmd.h b/drivers/staging/vt6656/iocmd.h
index dab089ac5cc9..b75ce1ee03c5 100644
--- a/drivers/staging/vt6656/iocmd.h
+++ b/drivers/staging/vt6656/iocmd.h
@@ -29,7 +29,6 @@
#ifndef __IOCMD_H__
#define __IOCMD_H__
-/*--------------------- Export Definitions -------------------------*/
// ioctl Command code
#define MAGIC_CODE 0x3142
@@ -430,12 +429,8 @@ struct viawget_hostapd_param {
} u;
} __packed;
-/*--------------------- Export Classes ----------------------------*/
-/*--------------------- Export Variables --------------------------*/
-/*--------------------- Export Types ------------------------------*/
-/*--------------------- Export Functions --------------------------*/
#endif /* __IOCMD_H__ */