summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/Makefile
diff options
context:
space:
mode:
authorLidza Louina <lidza.louina@gmail.com>2013-08-15 10:28:22 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-15 10:14:29 -0700
commit35cf90459312fc3b6bc4bbf31aa5fe47b73922d4 (patch)
tree8c6a95a56e63da5833551aa20566ce7da3850bd7 /drivers/staging/dgnc/Makefile
parent41506a9f83c5ef8abda07d205c52b9e35d6d229a (diff)
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>
Diffstat (limited to 'drivers/staging/dgnc/Makefile')
-rw-r--r--drivers/staging/dgnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/Makefile b/drivers/staging/dgnc/Makefile
index c4c96dc5a541..888c4334236b 100644
--- a/drivers/staging/dgnc/Makefile
+++ b/drivers/staging/dgnc/Makefile
@@ -4,4 +4,4 @@ obj-$(CONFIG_DGNC) += dgnc.o
dgnc-objs := dgnc_cls.o dgnc_driver.o\
dgnc_mgmt.o dgnc_neo.o\
- dgnc_proc.o dgnc_trace.o dgnc_tty.o dgnc_sysfs.o
+ dgnc_trace.o dgnc_tty.o dgnc_sysfs.o