Commit 084e5d28 authored by James A Shackleford's avatar James A Shackleford Committed by Greg Kroah-Hartman
Browse files

staging: rtl8712: remove unused inline _RND512()

parent d6a61ba4
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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