mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
[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>
This commit is contained in:
parent
de9f0cf93f
commit
d679f805e7
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user