crypto: jitter - update implementation to 2.1.2
[linux-2.6-block.git] / crypto / jitterentropy-kcapi.c
index 6ea1a270b8dc2e9890aa1f4a29bd0a45c2a481ae..699db1726ead072d6efec2fc251a8b113c776d90 100644 (file)
@@ -56,11 +56,6 @@ void jent_entropy_collector_free(struct rand_data *entropy_collector);
  * Helper function
  ***************************************************************************/
 
-__u64 jent_rol64(__u64 word, unsigned int shift)
-{
-       return rol64(word, shift);
-}
-
 void *jent_zalloc(unsigned int len)
 {
        return kzalloc(len, GFP_KERNEL);