diff options
author | Igor Bezukh <[email protected]> | 2014-07-25 19:20:50 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2014-07-27 11:34:38 -0700 |
commit | 1d2a404edb5613ef4cb70b3d4b2263a199ae1722 (patch) | |
tree | d6afeac8213b5708b74ecf715c321ce6645789f4 | |
parent | aee4821c26e001d532d5390c9591ef3cc2c8e26b (diff) |
Staging: vt6655: removed redundant comments from dpc.h
Removed redundant comments from dpc.h header file.
Signed-off-by: Igor Bezukh <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/vt6655/dpc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/vt6655/dpc.h b/drivers/staging/vt6655/dpc.h index 0ce31557d5da..0c7e0e796ce3 100644 --- a/drivers/staging/vt6655/dpc.h +++ b/drivers/staging/vt6655/dpc.h @@ -33,14 +33,6 @@ #include "device.h" #include "wcmd.h" -/*--------------------- Export Definitions -------------------------*/ - -/*--------------------- Export Classes ----------------------------*/ - -/*--------------------- Export Variables --------------------------*/ - -/*--------------------- Export Functions --------------------------*/ - bool device_receive_frame( PSDevice pDevice, |