Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68982
b: refs/heads/master
c: 2ca4823
h: refs/heads/master
v: v3
  • Loading branch information
Gabriel C authored and James Bottomley committed Oct 12, 2007
1 parent ff92757 commit 33b58d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89932697ce742c094916d8270c282042b24776b3
refs/heads/master: 2ca482302f2080e6861eaf753051ac35b6b411ad
5 changes: 4 additions & 1 deletion trunk/drivers/scsi/fdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,9 @@ static void __iomem * bios_mem;
static int bios_major;
static int bios_minor;
static int PCI_bus;
#ifdef CONFIG_PCI
static struct pci_dev *PCI_dev;
#endif
static int Quantum; /* Quantum board variant */
static int interrupt_level;
static volatile int in_command;
Expand Down Expand Up @@ -1764,14 +1766,15 @@ struct scsi_host_template fdomain_driver_template = {
};

#ifndef PCMCIA
#ifdef CONFIG_PCI

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);

#endif
#define driver_template fdomain_driver_template
#include "scsi_module.c"

Expand Down

0 comments on commit 33b58d5

Please sign in to comment.