Browse Source

staging: rtl8712: remove unused inline _RND512()

Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
James A Shackleford 11 years ago
parent
commit
084e5d285d
1 changed files with 0 additions and 5 deletions
  1. 0 5
      drivers/staging/rtl8712/osdep_service.h

+ 0 - 5
drivers/staging/rtl8712/osdep_service.h

@@ -184,10 +184,5 @@ static inline void flush_signals_thread(void)
 		flush_signals(current);
 }
 
-static inline u32 _RND512(u32 sz)
-{
-	return ((sz >> 9) + ((sz & 511) ? 1 : 0)) << 9;
-}
-
 #endif