summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap/Makefile
diff options
context:
space:
mode:
authorMark Hounschell <markh@compro.net>2014-02-19 13:12:14 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-24 16:48:44 -0800
commitffc1c1da7fc39e80d8a9a546fec570cd8438221a (patch)
tree341d8394a9330c10e19102fd08238122bdbeaa16 /drivers/staging/dgap/Makefile
parentfe0ef8e66684893127741bdfdd909501e364d0d1 (diff)
downloadlinux-ffc1c1da7fc39e80d8a9a546fec570cd8438221a.tar.bz2
staging: dgap: Rename driver
Renames driver file dgap_driver.c and dgap_driver.h to dgap.c and dgap.h because we are now single source and include file and better fits kernel naming conventions. Signed-off-by: Mark Hounschell <markh@compro.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgap/Makefile')
-rw-r--r--drivers/staging/dgap/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/dgap/Makefile b/drivers/staging/dgap/Makefile
index b7b5778add17..0063d044ca71 100644
--- a/drivers/staging/dgap/Makefile
+++ b/drivers/staging/dgap/Makefile
@@ -1,5 +1 @@
obj-$(CONFIG_DGAP) += dgap.o
-
-
-dgap-objs := dgap_driver.o
-