1
0
Fork 0

[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>
hifive-unleashed-5.1
Martin Habets 2007-05-07 14:05:03 -07:00 committed by David S. Miller
parent de9f0cf93f
commit d679f805e7
1 changed files with 1 additions and 1 deletions

View File

@ -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;