[PATCH] remove obsolete linux/resource.h inclusion from asm-generic/siginfo.h

From: Olaf Hering
Date: Mon Feb 14 2005 - 08:45:32 EST



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


diff -purNx tags ../linux-2.6.11-rc4.orig/include/asm-generic/siginfo.h ./include/asm-generic/siginfo.h
--- ../linux-2.6.11-rc4.orig/include/asm-generic/siginfo.h 2005-02-13 04:05:50.000000000 +0100
+++ ./include/asm-generic/siginfo.h 2005-02-14 14:40:46.846725239 +0100
@@ -3,7 +3,6 @@

#include <linux/compiler.h>
#include <linux/types.h>
-#include <linux/resource.h>

typedef union sigval {
int sival_int;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/