Re: [patch 1/6] sclp: sysfs interface for SCLP cpi

2007-11-19 Thread Martin Schwidefsky
On Fri, 2007-11-16 at 16:08 +0100, Kay Sievers wrote: > On Nov 16, 2007 3:29 PM, Martin Schwidefsky <[EMAIL PROTECTED]> wrote: > > + > > +static decl_subsys(cpi, NULL, NULL); > > + > > decl_subsys() and all other static kset cruft called "subsys" will be > gone with 2.6.25. > The patch series doin

Re: [patch 1/6] sclp: sysfs interface for SCLP cpi

2007-11-18 Thread Cornelia Huck
On Fri, 16 Nov 2007 16:08:21 +0100, "Kay Sievers" <[EMAIL PROTECTED]> wrote: > On Nov 16, 2007 3:29 PM, Martin Schwidefsky <[EMAIL PROTECTED]> wrote: > > + > > +static decl_subsys(cpi, NULL, NULL); > > + > > decl_subsys() and all other static kset cruft called "subsys" will be > gone with 2.6.25.

Re: [patch 1/6] sclp: sysfs interface for SCLP cpi

2007-11-16 Thread Kay Sievers
On Nov 16, 2007 3:29 PM, Martin Schwidefsky <[EMAIL PROTECTED]> wrote: > + > +static decl_subsys(cpi, NULL, NULL); > + decl_subsys() and all other static kset cruft called "subsys" will be gone with 2.6.25. The patch series doing this is in -mm, and this patch will need (trivial) adaption to the n