From: Olaf Hering <olh@suse.de>

Roland added this include with his 'waitid system call' patch, which was
removed again after a while.  Just the header inclusion was not removed.

http://linux.bkbits.net:8080/linux-2.5/cset@4134b6dd1rY3qnaq7YABrXPXGvzzpw
http://linux.bkbits.net:8080/linux-2.5/cset@41499f66EDHON_8B1FYGEzLZQ2u13Q

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/asm-generic/siginfo.h |    1 -
 1 files changed, 1 deletion(-)

diff -puN include/asm-generic/siginfo.h~remove-obsolete-linux-resourceh-inclusion-from-asm-generic-siginfoh include/asm-generic/siginfo.h
--- 25/include/asm-generic/siginfo.h~remove-obsolete-linux-resourceh-inclusion-from-asm-generic-siginfoh	Thu Feb 17 16:31:01 2005
+++ 25-akpm/include/asm-generic/siginfo.h	Thu Feb 17 16:31:01 2005
@@ -3,7 +3,6 @@
 
 #include <linux/compiler.h>
 #include <linux/types.h>
-#include <linux/resource.h>
 
 typedef union sigval {
 	int sival_int;
_