]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/once.h
mtd: nand: complain loudly when chip->bits_per_cell is not correctly initialized
[karo-tx-linux.git] / include / linux / once.h
index 285f12cb40e6a3d6d21db8fbaca418c133a93d97..9c98aaa87cbcd4f26b8ecdc25b93fae555ab4daa 100644 (file)
@@ -53,5 +53,7 @@ void __do_once_done(bool *done, struct static_key *once_key,
 
 #define get_random_once(buf, nbytes)                                        \
        DO_ONCE(get_random_bytes, (buf), (nbytes))
+#define get_random_once_wait(buf, nbytes)                                    \
+       DO_ONCE(get_random_bytes_wait, (buf), (nbytes))                      \
 
 #endif /* _LINUX_ONCE_H */