ltq-deu: fix compile for 3.14
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42477
This commit is contained in:
parent
18b5d72d83
commit
f7dc428d4b
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@
|
||||||
* Used by test_cipher_speed()
|
* Used by test_cipher_speed()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef INIT_COMPLETION
|
||||||
|
#define INIT_COMPLETION(a) reinit_completion(&a)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static unsigned int sec;
|
static unsigned int sec;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue