]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: dgap: Rename driver
authorMark Hounschell <markh@compro.net>
Wed, 19 Feb 2014 18:12:14 +0000 (13:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Feb 2014 00:48:44 +0000 (16:48 -0800)
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>
drivers/staging/dgap/Makefile
drivers/staging/dgap/dgap.c [moved from drivers/staging/dgap/dgap_driver.c with 99% similarity]
drivers/staging/dgap/dgap.h [moved from drivers/staging/dgap/dgap_driver.h with 100% similarity]

index b7b5778add170ebcca12368a96ea0681c4ee752d..0063d044ca7155713c2c65e04ceb54a4cb463f97 100644 (file)
@@ -1,5 +1 @@
 obj-$(CONFIG_DGAP) += dgap.o
-
-
-dgap-objs :=   dgap_driver.o 
-
similarity index 99%
rename from drivers/staging/dgap/dgap_driver.c
rename to drivers/staging/dgap/dgap.c
index 21b0f90fbee8c568035bdef0b57d553b8b810b78..6f07e271184d07c01da3f52a0b9b90227968ef37 100644 (file)
@@ -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)     \