Commit d679f805e7d16291f7671710dd42522561a46611

Authored by Martin Habets
Committed by David S. Miller
1 parent de9f0cf93f

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/scsi/esp_scsi.c
... ... @@ -2212,7 +2212,7 @@
2212 2212 }
2213 2213  
2214 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 2217 u8 val;
2218 2218