]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/random.h
New upstream release
[bcachefs-tools-debian] / include / linux / random.h
index 28c595a0c0cfe3429ff69c19fa83edb424d7d38c..ea101d53acd6003572ebcddf88db95a1deb1ba7c 100644 (file)
@@ -29,11 +29,6 @@ static inline void get_random_bytes(void *buf, int nbytes)
        BUG_ON(getrandom(buf, nbytes, 0) != nbytes);
 }
 
-static inline void prandom_bytes(void *buf, int nbytes)
-{
-       return get_random_bytes(buf, nbytes);
-}
-
 #define get_random_type(type)                          \
 static inline type get_random_##type(void)             \
 {                                                      \