summaryrefslogtreecommitdiff
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
parentfe0ef8e66684893127741bdfdd909501e364d0d1 (diff)
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>
-rw-r--r--drivers/staging/dgap/Makefile4
-rw-r--r--drivers/staging/dgap/dgap.c (renamed from drivers/staging/dgap/dgap_driver.c)2
-rw-r--r--drivers/staging/dgap/dgap.h (renamed from drivers/staging/dgap/dgap_driver.h)0
3 files changed, 1 insertions, 5 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
-
diff --git a/drivers/staging/dgap/dgap_driver.c b/drivers/staging/dgap/dgap.c
index 21b0f90fbee8..6f07e271184d 100644
--- a/drivers/staging/dgap/dgap_driver.c
+++ b/drivers/staging/dgap/dgap.c
@@ -49,7 +49,7 @@
#include <linux/device.h>
#include <linux/kdev_t.h>
-#include "dgap_driver.h"
+#include "dgap.h"
#define init_MUTEX(sem) sema_init(sem, 1)
#define DECLARE_MUTEX(name) \
diff --git a/drivers/staging/dgap/dgap_driver.h b/drivers/staging/dgap/dgap.h
index 573aa18ee499..573aa18ee499 100644
--- a/drivers/staging/dgap/dgap_driver.h
+++ b/drivers/staging/dgap/dgap.h