Skip to content

Commit

Permalink
Staging: comedi: remove local pci_ids.h file
Browse files Browse the repository at this point in the history
It's only being used for one vendor id, so move it into
the driver that uses it and delete the file.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 8e81f18 commit 47c9285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
3 changes: 2 additions & 1 deletion drivers/staging/comedi/drivers/adl_pci9118.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Configuration options:
*/
#include "../comedidev.h"
#include "../pci_ids.h"

#include <linux/delay.h>
#include <linux/gfp.h>
Expand All @@ -74,6 +73,8 @@ Configuration options:
#include "comedi_pci.h"
#include "comedi_fc.h"

#define PCI_VENDOR_ID_AMCC 0x10e8

/* paranoid checks are broken */
#undef PCI9118_PARANOIDCHECK /*
* if defined, then is used code which control
Expand Down
31 changes: 0 additions & 31 deletions drivers/staging/comedi/pci_ids.h

This file was deleted.

0 comments on commit 47c9285

Please sign in to comment.