Staging: vt6655: remove double definition of Calcu_LinkQual
Calcu_LinkQual is already defined a couple lines earlier. Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
6b1e6b8f95
commit
8fee12e4d1
|
@ -65,10 +65,6 @@ typedef int BOOL;
|
|||
#define Calcu_LinkQual
|
||||
#endif
|
||||
|
||||
#ifndef Calcu_LinkQual
|
||||
#define Calcu_LinkQual
|
||||
#endif
|
||||
|
||||
/****** Simple typedefs ***************************************************/
|
||||
|
||||
/* These lines assume that your compiler's longs are 32 bits and
|
||||
|
|
Loading…
Reference in New Issue