Hello!
This chunk is useless:
@@ -9,6 +9,7 @@
#include <linux/types.h>
#include <linux/ioctl.h>
+#include <linux/types.h> /* for __u32 in user space */
#include <linux/irqnr.h>
/* ioctl()'s for the random number generator */
As you can see, there is another linux/types.h just above the one that's
added by the patch.
--
Regards,
Pavel Roskin
|