Re: [PATCH v2] staging: dgnc: removes proc code

2013-08-14 Thread Lidza Louina
On Wed, Aug 14, 2013 at 7:04 PM, Greg KH wrote: > On Wed, Aug 14, 2013 at 07:01:49PM -0400, Lidza Louina wrote: >> This patch removes the dgnc_proc.c file, all references to proc >> functions in dgnc_driver.c and from the Makefile's build. >> >> Drivers now use sysfs instead of proc. >> >> Signed-

Re: [PATCH v2] staging: dgnc: removes proc code

2013-08-14 Thread Greg KH
On Wed, Aug 14, 2013 at 07:01:49PM -0400, Lidza Louina wrote: > This patch removes the dgnc_proc.c file, all references to proc > functions in dgnc_driver.c and from the Makefile's build. > > Drivers now use sysfs instead of proc. > > Signed-off-by: Lidza Louina > --- > drivers/staging/dgnc/Mak

[PATCH v2] staging: dgnc: removes proc code

2013-08-14 Thread Lidza Louina
This patch removes the dgnc_proc.c file, all references to proc functions in dgnc_driver.c and from the Makefile's build. Drivers now use sysfs instead of proc. Signed-off-by: Lidza Louina --- drivers/staging/dgnc/Makefile | 2 +- drivers/staging/dgnc/dgnc_driver.c | 9 - 2 files c