[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 lidza.lou...@gmail.com --- drivers/staging/dgnc/Makefile | 2 +- drivers/staging/dgnc/dgnc_driver.c |

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 lidza.lou...@gmail.com ---

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 gre...@linuxfoundation.org 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