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>
This commit is contained in:
Mark Hounschell 2014-02-19 13:12:14 -05:00 committed by Greg Kroah-Hartman
parent fe0ef8e666
commit ffc1c1da7f
3 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1 @@
obj-$(CONFIG_DGAP) += dgap.o
dgap-objs := dgap_driver.o

View 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) \