On Thu, Aug 15, 2013 at 1:14 PM, Greg KH wrote:
> On Thu, Aug 15, 2013 at 10:28:22AM -0400, Lidza Louina wrote:
>> This patch removes the dgnc_proc.c and dgnc_proc.h files and all
>> references to proc functions in dgnc_driver.c. This also removes proc.h
>> from the include headers in driver.c, mg
On Thu, Aug 15, 2013 at 10:28:22AM -0400, Lidza Louina wrote:
> This patch removes the dgnc_proc.c and dgnc_proc.h files and all
> references to proc functions in dgnc_driver.c. This also removes proc.h
> from the include headers in driver.c, mgmt.c and sysfs.c and proc.o
> from the Makefile.
>
>
This patch removes the dgnc_proc.c and dgnc_proc.h files and all
references to proc functions in dgnc_driver.c. This also removes proc.h
from the include headers in driver.c, mgmt.c and sysfs.c and proc.o
from the Makefile.
Drivers now use sysfs instead of proc.
Signed-off-by: Lidza Louina
---