Skip to content

Commit

Permalink
[SCSI] esp_scsi: Fix section mismatch warnings.
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Martin Habets authored and David S. Miller committed May 7, 2007
1 parent de9f0cf commit d679f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/esp_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2212,7 +2212,7 @@ static void __devinit esp_init_swstate(struct esp *esp)
}

/* This places the ESP into a known state at boot time. */
static void __devinit esp_bootup_reset(struct esp *esp)
static void esp_bootup_reset(struct esp *esp)
{
u8 val;

Expand Down

0 comments on commit d679f80

Please sign in to comment.