Commit 85a97db4fa95fb3814930812442f4bf1cdc63ec7

Authored by Igor Bezukh
Committed by Greg Kroah-Hartman
1 parent 17db00af8e

Staging: vt6655: removed redundant comments from channel.h

Removed redundant comments from channel.h header file.

Signed-off-by: Igor Bezukh <igbzkh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff

drivers/staging/vt6655/channel.h
... ... @@ -26,16 +26,12 @@
26 26 #include "ttype.h"
27 27 #include "card.h"
28 28  
29   -/*--------------------- Export Classes ----------------------------*/
30   -
31 29 typedef struct tagSChannelTblElement {
32 30 unsigned char byChannelNumber;
33 31 unsigned int uFrequency;
34 32 bool bValid;
35 33 unsigned char byMAP;
36 34 } SChannelTblElement, *PSChannelTblElement;
37   -
38   -/*--------------------- Export Functions --------------------------*/
39 35  
40 36 bool is_channel_valid(unsigned int CountryCode);
41 37 void init_channel_table(void *pDeviceHandler);