From: Dan Carpenter <dan.carpenter@oracle.com>
To: Nathan Zimmer <nzimmer@sgi.com>,
Andrew Morton <akpm@linux-foundation.org>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] rbtree: remove unneeded include
Date: Tue, 14 May 2013 18:33:33 +0000 [thread overview]
Message-ID: <20130514183333.GK1360@mwanda> (raw)
In-Reply-To: <1368556069-194880-1-git-send-email-nzimmer@sgi.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Dan Carpenter <dan.carpenter@oracle.com>
To: Nathan Zimmer <nzimmer@sgi.com>,
Andrew Morton <akpm@linux-foundation.org>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] rbtree: remove unneeded include
Date: Tue, 14 May 2013 21:33:33 +0300 [thread overview]
Message-ID: <20130514183333.GK1360@mwanda> (raw)
In-Reply-To: <1368556069-194880-1-git-send-email-nzimmer@sgi.com>
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
next prev parent reply other threads:[~2013-05-14 18:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-14 18:27 [PATCH] rbtree: remove unneeded include Nathan Zimmer
2013-05-14 18:27 ` Nathan Zimmer
2013-05-14 18:33 ` Dan Carpenter [this message]
2013-05-14 18:33 ` Dan Carpenter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130514183333.GK1360@mwanda \
--to=dan.carpenter@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nzimmer@sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.