Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72319
b: refs/heads/master
c: 05dd7ed
h: refs/heads/master
i:
  72317: 5d9d3cc
  72315: bfcf5b1
  72311: 43d11cf
  72303: d2b217e
  72287: 3acc838
  72255: caca5ea
  72191: 8b96984
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Oct 18, 2007
1 parent b5dd231 commit bf83aaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4135f9d28af912d541c0c32f1bc2ee6da23306eb
refs/heads/master: 05dd7ed2c7e22d0fc3027fc27a072664bbdf8274
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/gdth.c
Original file line number Diff line number Diff line change
Expand Up @@ -4734,7 +4734,7 @@ static struct scsi_host_template gdth_template = {
};

#ifdef CONFIG_ISA
static int gdth_isa_probe_one(ulong32 isa_bios)
static int __init gdth_isa_probe_one(ulong32 isa_bios)
{
struct Scsi_Host *shp;
gdth_ha_str *ha;
Expand Down Expand Up @@ -4862,7 +4862,7 @@ static int gdth_isa_probe_one(ulong32 isa_bios)
#endif /* CONFIG_ISA */

#ifdef CONFIG_EISA
static int gdth_eisa_probe_one(ushort eisa_slot)
static int __init gdth_eisa_probe_one(ushort eisa_slot)
{
struct Scsi_Host *shp;
gdth_ha_str *ha;
Expand Down Expand Up @@ -4991,7 +4991,7 @@ static int gdth_eisa_probe_one(ushort eisa_slot)
#endif /* CONFIG_EISA */

#ifdef CONFIG_PCI
static int gdth_pci_probe_one(gdth_pci_str *pcistr, int ctr)
static int __init gdth_pci_probe_one(gdth_pci_str *pcistr, int ctr)
{
struct Scsi_Host *shp;
gdth_ha_str *ha;
Expand Down

0 comments on commit bf83aaa

Please sign in to comment.