Re: [PATCH] update sysfs kset initialisation in PPC64 DLPAR IO driver

2007-05-11 Thread Michael Ellerman
On Fri, 2007-05-11 at 11:40 +0100, Andy Whitcroft wrote: > Michael Ellerman wrote: > > On Fri, 2007-05-11 at 00:16 -0700, Greg KH wrote: > >> On Thu, May 10, 2007 at 04:54:41PM +0100, Andy Whitcroft wrote: > >>> Greg KH wrote: > On Thu, May 10, 2007 at 03:00:50PM +0100, Andy Whitcroft wrote: >

Re: [PATCH] update sysfs kset initialisation in PPC64 DLPAR IO driver

2007-05-11 Thread Andy Whitcroft
Michael Ellerman wrote: > On Fri, 2007-05-11 at 00:16 -0700, Greg KH wrote: >> On Thu, May 10, 2007 at 04:54:41PM +0100, Andy Whitcroft wrote: >>> Greg KH wrote: On Thu, May 10, 2007 at 03:00:50PM +0100, Andy Whitcroft wrote: > Move the rpadlpar device from "struct subsystem" to "struct ks

Re: [PATCH] update sysfs kset initialisation in PPC64 DLPAR IO driver

2007-05-11 Thread Michael Ellerman
On Fri, 2007-05-11 at 00:16 -0700, Greg KH wrote: > On Thu, May 10, 2007 at 04:54:41PM +0100, Andy Whitcroft wrote: > > Greg KH wrote: > > > On Thu, May 10, 2007 at 03:00:50PM +0100, Andy Whitcroft wrote: > > >> Move the rpadlpar device from "struct subsystem" to "struct kset" > > >> following the

Re: [PATCH] update sysfs kset initialisation in PPC64 DLPAR IO driver

2007-05-11 Thread Greg KH
On Thu, May 10, 2007 at 04:54:41PM +0100, Andy Whitcroft wrote: > Greg KH wrote: > > On Thu, May 10, 2007 at 03:00:50PM +0100, Andy Whitcroft wrote: > >> Move the rpadlpar device from "struct subsystem" to "struct kset" > >> following the changes in sysfs. > >> > >> Signed-off-by: Andy Whitcroft <[

Re: [PATCH] update sysfs kset initialisation in PPC64 DLPAR IO driver

2007-05-10 Thread Andy Whitcroft
Greg KH wrote: > On Thu, May 10, 2007 at 03:00:50PM +0100, Andy Whitcroft wrote: >> Move the rpadlpar device from "struct subsystem" to "struct kset" >> following the changes in sysfs. >> >> Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> >> --- >> >> Ok, this patch seems to sort out the com

Re: [PATCH] update sysfs kset initialisation in PPC64 DLPAR IO driver

2007-05-10 Thread Greg KH
On Thu, May 10, 2007 at 03:00:50PM +0100, Andy Whitcroft wrote: > > Move the rpadlpar device from "struct subsystem" to "struct kset" > following the changes in sysfs. > > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> > --- > > Ok, this patch seems to sort out the compile problem >