ltq-deu: fix compile for 3.14
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Sep 2014 17:50:03 +0000 (17:50 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Sep 2014 17:50:03 +0000 (17:50 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42477 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/lantiq/ltq-deu/src/ltq_deu_testmgr.c

index f1b5752..054cac3 100644 (file)
  * Used by test_cipher_speed()
  */
 
+#ifndef INIT_COMPLETION
+#define INIT_COMPLETION(a) reinit_completion(&a)
+#endif
+
 
 static unsigned int sec;