]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/common.h
rand: do not surround function declarations by #ifdef
[karo-tx-uboot.git] / include / common.h
index 5fb0bb2d3d4db5c462f0c7e961b789417ed1ca24..2adf5f90b8ce9e7eae556a96a9280252eb81acfc 100644 (file)
@@ -820,12 +820,10 @@ char *    strmhz(char *buf, unsigned long hz);
 #include <u-boot/crc.h>
 
 /* lib/rand.c */
-#if defined(CONFIG_LIB_RAND) || defined(CONFIG_LIB_HW_RAND)
 #define RAND_MAX -1U
 void srand(unsigned int seed);
 unsigned int rand(void);
 unsigned int rand_r(unsigned int *seedp);
-#endif
 
 /* common/console.c */
 int    console_init_f(void);   /* Before relocation; uses the serial  stuff    */