From bf83aaa371fffb87c297110af6a24059b4427450 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Thu, 18 Oct 2007 12:51:05 +0200 Subject: [PATCH] --- yaml --- r: 72319 b: refs/heads/master c: 05dd7ed2c7e22d0fc3027fc27a072664bbdf8274 h: refs/heads/master i: 72317: 5d9d3ccd56a0400bfcc2a6b7cb48c7658aeddd41 72315: bfcf5b1b91b5b84f859fefcc8c7a9140780d7d4f 72311: 43d11cf55e5543ea01c3faeb9ebd1be460fe423b 72303: d2b217e1c5981f0285e3310255d33d97bb2bf32c 72287: 3acc838300f7b90784b9e456fd05cfdc25bffb53 72255: caca5eaece6cfb11caf9115b741c7aa6706fdbe7 72191: 8b96984f16dd824f7e42e57762bd246194a62c2b v: v3 --- [refs] | 2 +- trunk/drivers/scsi/gdth.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 610dfb334687..782b53cc72d5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4135f9d28af912d541c0c32f1bc2ee6da23306eb +refs/heads/master: 05dd7ed2c7e22d0fc3027fc27a072664bbdf8274 diff --git a/trunk/drivers/scsi/gdth.c b/trunk/drivers/scsi/gdth.c index 3ac080ee6e2f..56de5a6f2817 100644 --- a/trunk/drivers/scsi/gdth.c +++ b/trunk/drivers/scsi/gdth.c @@ -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; @@ -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; @@ -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;