Author: blogic Date: 2014-09-11 19:50:03 +0200 (Thu, 11 Sep 2014) New Revision: 42477
Modified: trunk/package/kernel/lantiq/ltq-deu/src/ltq_deu_testmgr.c Log: ltq-deu: fix compile for 3.14 Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/kernel/lantiq/ltq-deu/src/ltq_deu_testmgr.c =================================================================== --- trunk/package/kernel/lantiq/ltq-deu/src/ltq_deu_testmgr.c 2014-09-11 17:49:57 UTC (rev 42476) +++ trunk/package/kernel/lantiq/ltq-deu/src/ltq_deu_testmgr.c 2014-09-11 17:50:03 UTC (rev 42477) @@ -75,7 +75,11 @@ * Used by test_cipher_speed() */ +#ifndef INIT_COMPLETION +#define INIT_COMPLETION(a) reinit_completion(&a) +#endif + static unsigned int sec; static char *alg = NULL; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
