All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Frank Haverkamp <haver@vnet.ibm.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Fix missing include of list.h in sysfs.h
Date: Wed, 17 Jan 2007 13:14:47 -0800	[thread overview]
Message-ID: <20070117211447.GA32495@kroah.com> (raw)
In-Reply-To: <1169052679.21717.9.camel@localhost.localdomain>

On Wed, Jan 17, 2007 at 05:51:18PM +0100, Frank Haverkamp wrote:
> Sysfs.h uses definitions (e.g. struct list_head s_sibling) from list.h
> but does not include it.
> 
> Signed-off-by: Frank Haverkamp <haver@vnet.ibm.com>
> ---
>  include/linux/sysfs.h |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- ubi-2.6.git.orig/include/linux/sysfs.h
> +++ ubi-2.6.git/include/linux/sysfs.h
> @@ -11,6 +11,7 @@
>  #define _SYSFS_H_
>  
>  #include <linux/compiler.h>
> +#include <linux/list.h>
>  #include <asm/atomic.h>

Does this currently cause a build error on any platform for 2.6.20-rc5?

thanks,

greg k-h

  reply	other threads:[~2007-01-17 21:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-17 16:51 [PATCH] Fix missing include of list.h in sysfs.h Frank Haverkamp
2007-01-17 21:14 ` Greg KH [this message]
2007-01-18  8:25   ` Frank Haverkamp

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=20070117211447.GA32495@kroah.com \
    --to=greg@kroah.com \
    --cc=haver@vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.