diff options
| author | Martin Habets <errandir_news@mph.eclipse.co.uk> | 2007-05-07 17:05:03 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2007-05-07 17:05:03 -0400 |
| commit | d679f805e7d16291f7671710dd42522561a46611 (patch) | |
| tree | 507df6990081ad9346ab2346ff77f9500ac04740 | |
| parent | de9f0cf93fcbccc2de4e6bcb5ef90f997616be3b (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>
| -rw-r--r-- | drivers/scsi/esp_scsi.c | 2 |
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. */ |
| 2215 | static void __devinit esp_bootup_reset(struct esp *esp) | 2215 | static void esp_bootup_reset(struct esp *esp) |
| 2216 | { | 2216 | { |
| 2217 | u8 val; | 2217 | u8 val; |
| 2218 | 2218 | ||
