diff --git a/drivers/staging/dgap/Makefile b/drivers/staging/dgap/Makefile index b7b5778add170ebcca12368a96ea0681c4ee752d..0063d044ca7155713c2c65e04ceb54a4cb463f97 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 similarity index 99% rename from drivers/staging/dgap/dgap_driver.c rename to drivers/staging/dgap/dgap.c index 21b0f90fbee8c568035bdef0b57d553b8b810b78..6f07e271184d07c01da3f52a0b9b90227968ef37 100644 --- a/drivers/staging/dgap/dgap_driver.c +++ b/drivers/staging/dgap/dgap.c @@ -49,7 +49,7 @@ #include #include -#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 similarity index 100% rename from drivers/staging/dgap/dgap_driver.h rename to drivers/staging/dgap/dgap.h