Re: [RFC PATCH] 20-rc6-mm3: kernel/params.c: compile fail when CONFIG_SYSFS not set

2007-01-31 Thread Greg KH
On Thu, Feb 01, 2007 at 07:47:33AM +1100, Grant Coady wrote: > Hi there, > > This patch is a guess at what's missing, to fix a compile failure when > CONFIG_SYSFS not set, going by nearby context. Please check (or forward > to someone) as I'm not sure if this is the right thing to do here. >

[RFC PATCH] 20-rc6-mm3: kernel/params.c: compile fail when CONFIG_SYSFS not set

2007-01-31 Thread Grant Coady
Hi there, This patch is a guess at what's missing, to fix a compile failure when CONFIG_SYSFS not set, going by nearby context. Please check (or forward to someone) as I'm not sure if this is the right thing to do here. Compile tested. kernel/profile.c:247: warning: 'profile_flip_buffers'

[RFC PATCH] 20-rc6-mm3: kernel/params.c: compile fail when CONFIG_SYSFS not set

2007-01-31 Thread Grant Coady
Hi there, This patch is a guess at what's missing, to fix a compile failure when CONFIG_SYSFS not set, going by nearby context. Please check (or forward to someone) as I'm not sure if this is the right thing to do here. Compile tested. kernel/profile.c:247: warning: 'profile_flip_buffers'

Re: [RFC PATCH] 20-rc6-mm3: kernel/params.c: compile fail when CONFIG_SYSFS not set

2007-01-31 Thread Greg KH
On Thu, Feb 01, 2007 at 07:47:33AM +1100, Grant Coady wrote: Hi there, This patch is a guess at what's missing, to fix a compile failure when CONFIG_SYSFS not set, going by nearby context. Please check (or forward to someone) as I'm not sure if this is the right thing to do here.