ltq-deu: remove compiler warning and shorten locked sections
[openwrt/openwrt.git] / package / kernel / lantiq / ltq-deu / src / ifxmips_arc4.c
index 6afd783b6b45612e563ba3a7efe850b49794cdcd..51f988fe43cc46bfbc6441fca517478bc68a3a0c 100644 (file)
@@ -89,7 +89,6 @@ struct arc4_ctx {
 extern int disable_deudma;
 extern int disable_multiblock;
 
-
 /*! \fn static void _deu_arc4 (void *ctx_arg, u8 *out_arg, const u8 *in_arg, u8 *iv_arg, u32 nbytes, int encdec, int mode)
     \ingroup IFX_ARC4_FUNCTIONS
     \brief main interface to ARC4 hardware   
@@ -386,5 +385,3 @@ void ifxdeu_fini_arc4(void)
 
 
 }
-
-