summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/Makefile
diff options
context:
space:
mode:
authorKonrad Zapalowicz <bergo.torino@gmail.com>2014-08-06 14:21:23 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-16 12:23:13 -0700
commit9a633d00d14129b5865502a0f45c160f523b446f (patch)
tree7fea10edd85762fecc0983a85e71d9d052ab5feb /drivers/staging/dgnc/Makefile
parentbbecbacbed32db649c10d1d4e0a6045b4f4d4750 (diff)
downloadop-kernel-dev-9a633d00d14129b5865502a0f45c160f523b446f.zip
op-kernel-dev-9a633d00d14129b5865502a0f45c160f523b446f.tar.gz
staging: dgnc: Move utility functions out of dgnc_driver.c
This commit moves the utility functions out of dgnc_driver.c file and puts them in the new dgnc_utils.{c,h} files. The accompanying changes adjust the existing code to work with this design. Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/Makefile')
-rw-r--r--drivers/staging/dgnc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/Makefile b/drivers/staging/dgnc/Makefile
index 733434f..b69f7b6 100644
--- a/drivers/staging/dgnc/Makefile
+++ b/drivers/staging/dgnc/Makefile
@@ -4,4 +4,5 @@ obj-$(CONFIG_DGNC) += dgnc.o
dgnc-objs := dgnc_cls.o dgnc_driver.o\
dgnc_mgmt.o dgnc_neo.o\
- dgnc_tty.o dgnc_sysfs.o
+ dgnc_tty.o dgnc_sysfs.o\
+ dgnc_utils.o
OpenPOWER on IntegriCloud