[Ocf-linux-users] Pointless change in random.h
Brought to you by:
david-m
From: Pavel R. <pr...@gn...> - 2010-09-03 20:29:33
|
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 |