* [PATCH] redundant stddef.h in wait.h
@ 2002-09-04 3:22 Steve Kenton
0 siblings, 0 replies; only message in thread
From: Steve Kenton @ 2002-09-04 3:22 UTC (permalink / raw)
To: lkml, skenton
In 2.5.32, include/linux/wait.h includes both kernel.h and stddef.h, but
kernel.h already includes stddef.h. So, should we just delete the
redundant include of stddef.h? There are others. If this is OK, I will
sent it and it's kin to trivial.
Patch below for perusal and comments
Steve Kenton
--- include/linux/wait.h.orig Tue Sep 3 21:35:51 2002
+++ include/linux/wait.h Tue Sep 3 21:36:00 2002
@@ -12,7 +12,6 @@
#include <linux/kernel.h>
#include <linux/list.h>
-#include <linux/stddef.h>
#include <linux/spinlock.h>
#include <linux/config.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-09-04 3:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-04 3:22 [PATCH] redundant stddef.h in wait.h Steve Kenton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.