random32: move rnd_state to linux/random.h
[linux-2.6-microblaze.git] / include / uapi / linux / random.h
index 7471b5b..fff3528 100644 (file)
@@ -40,11 +40,4 @@ struct rand_pool_info {
        __u32   buf[0];
 };
 
-struct rnd_state {
-       __u32 s1, s2, s3;
-};
-
-/* Exported functions */
-
-
 #endif /* _UAPI_LINUX_RANDOM_H */