* [PATCH] rbtree: remove unneeded include
@ 2013-05-14 18:27 Nathan Zimmer
2013-05-14 18:33 ` Dan Carpenter
0 siblings, 1 reply; 2+ messages in thread
From: Nathan Zimmer @ 2013-05-14 18:27 UTC (permalink / raw)
To: kernel-janitors; +Cc: linux-kernel, Nathan Zimmer
Remove an unnecessary include to kernel.h
Signed-off-by: Nathan Zimmer <nzimmer@sgi.com>
---
include/linux/rbtree.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h
index 0022c1b..d2fdc6d 100644
--- a/include/linux/rbtree.h
+++ b/include/linux/rbtree.h
@@ -29,7 +29,6 @@
#ifndef _LINUX_RBTREE_H
#define _LINUX_RBTREE_H
-#include <linux/kernel.h>
#include <linux/stddef.h>
struct rb_node {
--
1.8.2.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rbtree: remove unneeded include
2013-05-14 18:27 [PATCH] rbtree: remove unneeded include Nathan Zimmer
@ 2013-05-14 18:33 ` Dan Carpenter
0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2013-05-14 18:33 UTC (permalink / raw)
To: Nathan Zimmer, Andrew Morton; +Cc: kernel-janitors, linux-kernel
These go through Andrew Morton. He's the only person who reads LKML
so he might notice this patch, but I have added him to the CC list
just in case.
regards,
dan carpenter
On Tue, May 14, 2013 at 01:27:49PM -0500, Nathan Zimmer wrote:
> Remove an unnecessary include to kernel.h
>
> Signed-off-by: Nathan Zimmer <nzimmer@sgi.com>
> ---
> include/linux/rbtree.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h
> index 0022c1b..d2fdc6d 100644
> --- a/include/linux/rbtree.h
> +++ b/include/linux/rbtree.h
> @@ -29,7 +29,6 @@
> #ifndef _LINUX_RBTREE_H
> #define _LINUX_RBTREE_H
>
> -#include <linux/kernel.h>
> #include <linux/stddef.h>
>
> struct rb_node {
> --
> 1.8.2.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-14 18:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 18:27 [PATCH] rbtree: remove unneeded include Nathan Zimmer
2013-05-14 18:33 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox