Re: [PATCH] Fix missing include of list.h in sysfs.h

2007-01-18 Thread Frank Haverkamp
Hi Greg, On Wed, 2007-01-17 at 13:14 -0800, Greg KH wrote: > Does this currently cause a build error on any platform for 2.6.20-rc5? Not that I know of. I saw it because a friend of mine tried to port some old code and played with the include ordering. Somehow he got a compile error doing it, an

Re: [PATCH] Fix missing include of list.h in sysfs.h

2007-01-17 Thread Greg KH
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 <[EMAIL PROTECTED]> > --- > include/linux/sysfs.h |1 + > 1 file changed, 1 insertion(+) > >