diff options
author | Igor Bezukh <[email protected]> | 2014-07-25 19:31:26 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2014-07-27 11:34:38 -0700 |
commit | efcd24445dce841771095c6266d8a74a02c0e2a6 (patch) | |
tree | dabe5929f41ddba80f0cc1a896be858c2a620421 | |
parent | d681012df59065fdd64d5938421a2eac7707397b (diff) |
Staging: vt6655: removed redundant comments from ioctl.h
Removed redundant comments from ioctl.h header file.
Signed-off-by: Igor Bezukh <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/vt6655/ioctl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/vt6655/ioctl.h b/drivers/staging/vt6655/ioctl.h index 2f0db920e2cb..187fc915fd12 100644 --- a/drivers/staging/vt6655/ioctl.h +++ b/drivers/staging/vt6655/ioctl.h @@ -31,14 +31,6 @@ #include "device.h" -/*--------------------- Export Definitions -------------------------*/ - -/*--------------------- Export Classes ----------------------------*/ - -/*--------------------- Export Variables --------------------------*/ - -/*--------------------- Export Functions --------------------------*/ - int private_ioctl(PSDevice pDevice, struct ifreq *rq); #endif // __IOCTL_H__ |