aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/esp_scsi.c
diff options
context:
space:
mode:
authorMartin Habets <errandir_news@mph.eclipse.co.uk>2007-05-07 17:05:03 -0400
committerDavid S. Miller <davem@davemloft.net>2007-05-07 17:05:03 -0400
commitd679f805e7d16291f7671710dd42522561a46611 (patch)
tree507df6990081ad9346ab2346ff77f9500ac04740 /drivers/scsi/esp_scsi.c
parentde9f0cf93fcbccc2de4e6bcb5ef90f997616be3b (diff)
[SCSI] esp_scsi: Fix section mismatch warnings.
Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi/esp_scsi.c')
-rw-r--r--drivers/scsi/esp_scsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/esp_scsi.c b/drivers/scsi/esp_scsi.c
index 99ce03331b64..ec71061aef61 100644
--- a/drivers/scsi/esp_scsi.c
+++ b/drivers/scsi/esp_scsi.c
@@ -2212,7 +2212,7 @@ static void __devinit esp_init_swstate(struct esp *esp)
2212} 2212}
2213 2213
2214/* This places the ESP into a known state at boot time. */ 2214/* This places the ESP into a known state at boot time. */
2215static void __devinit esp_bootup_reset(struct esp *esp) 2215static void esp_bootup_reset(struct esp *esp)
2216{ 2216{
2217 u8 val; 2217 u8 val;
2218 2218