Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39938
b: refs/heads/master
c: 3985b97
h: refs/heads/master
v: v3
  • Loading branch information
Ben Collins committed Oct 18, 2006
1 parent cb993e7 commit fc9d560
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 745b5715fafccc8f0f992a7cccdd1eb2b1f5d23f
refs/heads/master: 3985b977441f857404bb604a4b15911bbb0b9c5b
9 changes: 9 additions & 0 deletions trunk/drivers/scsi/fdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,15 @@ struct scsi_host_template fdomain_driver_template = {
};

#ifndef PCMCIA

static struct pci_device_id fdomain_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_FD, PCI_DEVICE_ID_FD_36C70,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
{ }
};
MODULE_DEVICE_TABLE(pci, fdomain_pci_tbl);

#define driver_template fdomain_driver_template
#include "scsi_module.c"

#endif

0 comments on commit fc9d560

Please sign in to comment.