Re: [PATCH] Introduce driver_create/remove_dir

2007-12-12 Thread Greg KH
On Wed, Dec 12, 2007 at 10:56:33AM +1100, Stephen Rothwell wrote: > > Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> > --- > drivers/base/driver.c | 24 > drivers/net/iseries_veth.c | 15 +++ > include/linux/device.h |3 +++ > 3 files cha

Re: [PATCH] Introduce driver_create/remove_dir

2007-12-11 Thread Stephen Rothwell
On Tue, 11 Dec 2007 16:40:39 -0800 Randy Dunlap <[EMAIL PROTECTED]> wrote: > > On Wed, 12 Dec 2007 10:56:33 +1100 Stephen Rothwell wrote: > > > +/** > > + * driver_remove_dir - remove a subdirectory for a driver. > > + * @drv: driver. > > + * @attr: driver attribute descriptor. > > Second arg

Re: [PATCH] Introduce driver_create/remove_dir

2007-12-11 Thread Randy Dunlap
On Wed, 12 Dec 2007 10:56:33 +1100 Stephen Rothwell wrote: > > Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> > --- > drivers/base/driver.c | 24 > drivers/net/iseries_veth.c | 15 +++ > include/linux/device.h |3 +++ > 3 files changed,

[PATCH] Introduce driver_create/remove_dir

2007-12-11 Thread Stephen Rothwell
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- drivers/base/driver.c | 24 drivers/net/iseries_veth.c | 15 +++ include/linux/device.h |3 +++ 3 files changed, 34 insertions(+), 8 deletions(-) Greg, does this look like a reasonable s