]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dgnc: removes proc code
authorLidza Louina <lidza.louina@gmail.com>
Thu, 15 Aug 2013 14:28:22 +0000 (10:28 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Aug 2013 17:14:29 +0000 (10:14 -0700)
commit856dc253b3771c62ea79aaa210ee8a958af7cebc
tree8c6a95a56e63da5833551aa20566ce7da3850bd7
parent7b0d90f2f790e5a965b0755967ee9d7a4bc9bf74
staging: dgnc: removes proc code

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 <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/Makefile
drivers/staging/dgnc/dgnc_driver.c
drivers/staging/dgnc/dgnc_mgmt.c
drivers/staging/dgnc/dgnc_proc.c [deleted file]
drivers/staging/dgnc/dgnc_proc.h [deleted file]
drivers/staging/dgnc/dgnc_sysfs.c