selftests, arm64: add kernel headers path for tags_test
[linux-2.6-microblaze.git] / crypto / jitterentropy-kcapi.c
index 787dccc..701b8d8 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);