Skip to content

Commit

Permalink
staging: dgnc: delete dgnc_neo.* files
Browse files Browse the repository at this point in the history
As the Neo devices were never actually supported by the driver, delete
the files that purported to control that type of device as they are not
needed.  This will let us shrink the driver a lot over time.

Cc: Lidza Louina <[email protected]>
Cc: Mark Hounschell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
gregkh committed Jan 17, 2018
1 parent 2238965 commit 945d2a6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,850 deletions.
1 change: 0 additions & 1 deletion drivers/staging/dgnc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
obj-$(CONFIG_DGNC) += dgnc.o

dgnc-objs := dgnc_cls.o dgnc_driver.o\
dgnc_neo.o\
dgnc_tty.o
1 change: 0 additions & 1 deletion drivers/staging/dgnc/dgnc_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "dgnc_pci.h"
#include "dgnc_tty.h"
#include "dgnc_cls.h"
#include "dgnc_neo.h"

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Digi International, http://www.digi.com");
Expand Down
Loading

0 comments on commit 945d2a6

Please sign in to comment.