commit | cb4db4c22182163f66325053331a4e7096f663cd | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Thu Dec 28 21:21:55 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Dec 31 14:06:49 2006 -0800 |
tree | e365f65b1a5a9eb7b6f8f15ede0c5e027d71d43c | |
parent | e44c39bd8478bf9e41cbc611c74b5879a7b29f58 [diff] |
[NET]: Don't export linux/random.h outside __KERNEL__. Don't add it there please; add it lower down inside the existing #ifdef __KERNEL__. You just made the _userspace_ net.h include random.h, which then fails to compile unless <asm/types.h> was already included. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>