ltq-deu: remove compiler warning and shorten locked sections
[openwrt/openwrt.git] / package / kernel / lantiq / ltq-deu / src / ifxmips_sha1.c
index a139f8d9d4a8562d6d4218ff01c7e89563d4682f..a20430c448156ea3aa9bc15c06be73325255b36f 100644 (file)
@@ -38,7 +38,6 @@
   \brief ifx deu sha1 functions
 */
 
-
 /* Project header */
 #include <linux/init.h>
 #include <linux/module.h>
@@ -86,7 +85,6 @@ struct sha1_ctx {
 
 extern int disable_deudma;
 
-
 /*! \fn static void sha1_transform1 (u32 *state, const u32 *in)
  *  \ingroup IFX_SHA1_FUNCTIONS
  *  \brief main interface to sha1 hardware   
@@ -283,5 +281,3 @@ void ifxdeu_fini_sha1 (void)
 
 
 }
-
-