X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Frandom.h;h=9ccb52fa0a013c5e0eb3f72bbb68844be4b56abd;hb=89d192394c0ea1b5d433957770a47418e56acf92;hp=fb7473c1dd3ea6cba09ce475a0db0cf31da4b14d;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/random.h b/include/linux/random.h index fb7473c1d..9ccb52fa0 100644 --- a/include/linux/random.h +++ b/include/linux/random.h @@ -73,9 +73,6 @@ extern __u32 secure_ipv6_id(__u32 *daddr); extern struct file_operations random_fops, urandom_fops; #endif -unsigned int get_random_int(void); -unsigned long randomize_range(unsigned long start, unsigned long end, unsigned long len); - #endif /* __KERNEL___ */ #endif /* _LINUX_RANDOM_H */